X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=3f5ff73be3b1b5b8314b836c794b7a62b8740e91;hp=26e6fe006a78653c6118ffc35f78eb8d44e4f604;hb=dbed4189f2731469321f9df5b02d41774adb02b7;hpb=3fe80106bf0dc11987be660db2a39f2cc0a692a4 diff --git a/error.h b/error.h index 26e6fe00..3f5ff73b 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 @@ -112,7 +111,6 @@ extern const char **para_errlist[]; PARA_ERROR(AO_APPEND_OPTION, "ao append option: memory allocation failure"), \ PARA_ERROR(AO_OPEN_LIVE, "ao: could not open audio device"), \ PARA_ERROR(AO_FILE_NOT_SUPP, "ao: file io drivers not supported"), \ - PARA_ERROR(AO_EOF, "ao: end of file"), \ PARA_ERROR(AO_PLAY, "ao_play() failed"), \ PARA_ERROR(AO_BAD_SAMPLE_FORMAT, "ao: unsigned sample formats not supported"), \ PARA_ERROR(AO_PTHREAD, "pthread error"), \ @@ -378,6 +376,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 \