X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=a2f719f51aa92d419851040c6bdaf7b7874d996b;hb=7bf76e7907de7836f75c299dc2e828364e4f114e;hp=00b1aa77f8d657415bbaf3b34027351bca102e9d;hpb=83155daccd3c33663ebf419315142c2d26bb59cf;p=paraslash.git diff --git a/error.h b/error.h index 00b1aa77..a2f719f5 100644 --- a/error.h +++ b/error.h @@ -440,9 +440,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"), \