X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=c3cde04c4902ce94c816a43bce5f572b4330f436;hb=6c23fdee5292a8bf55dc963cfc3d0711b0f7424b;hp=fdd2d3b7b9b6b06f8e7ba0d6a457dc249c314b3e;hpb=290d89f17769d1ad8fe9abb5e432939268f74f1a;p=paraslash.git diff --git a/error.h b/error.h index fdd2d3b7..c3cde04c 100644 --- a/error.h +++ b/error.h @@ -19,7 +19,6 @@ DEFINE_ERRLIST_OBJECT_ENUM; #define GUI_ERRORS #define RINGBUFFER_ERRORS #define SCORE_ERRORS -#define SHA1_ERRORS #define RBTREE_ERRORS #define RECV_ERRORS #define IPC_ERRORS @@ -365,6 +364,8 @@ extern const char **para_errlist[]; PARA_ERROR(DECRYPT, "decrypt error"), \ PARA_ERROR(BLINDING, "failed to activate key blinding"), \ PARA_ERROR(KEY_PERM, "unprotected private key"), \ + PARA_ERROR(BASE64, "failed to base64-decode ssh private key"), \ + PARA_ERROR(BIGNUM, "bignum error"), \ #define COMMAND_ERRORS \