X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=ff85c8d18455e356f6e220c642b776570db86111;hp=3fda5787774ce739754a58d74706c3081f1e9da5;hb=78cc9c57ad9b1cc389956957030d37f71cb60a07;hpb=904e302f0b64887f18c9e2fec7b0bb405675ad22 diff --git a/error.h b/error.h index 3fda5787..ff85c8d1 100644 --- a/error.h +++ b/error.h @@ -439,9 +439,10 @@ extern const char **para_errlist[]; #define CRYPT_COMMON_ERRORS \ PARA_ERROR(SSH_KEY_HEADER, "ssh key header not found"), \ - PARA_ERROR(BASE64, "failed to base64-decode ssh public key"), \ PARA_ERROR(KEY_PERM, "unprotected private key"), \ +#define BASE64_ERRORS \ + PARA_ERROR(BASE64, "base64 decode error"), \ #define CRYPT_ERRORS \ PARA_ERROR(PRIVATE_KEY, "can not read private key"), \