X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=b8078770e5368c3840e0c6c91e3ff6267a7f7590;hp=3740f09d02f206dfe9d0159acd3d63ed5d050bde;hb=e9ac00becb2aba5bbbf51b4803b81b10ed4d6788;hpb=56e2e6b938e7e3d318964f095ffcabc151411446 diff --git a/error.h b/error.h index 3740f09d..b8078770 100644 --- a/error.h +++ b/error.h @@ -384,6 +384,20 @@ extern const char **para_errlist[]; PARA_ERROR(BIGNUM, "bignum error"), \ #define GCRYPT_ERRORS \ + PARA_ERROR(MPI_SCAN, "could not scan multi-precision integer"), \ + PARA_ERROR(MPI_PRINT, "could not convert multi-precision integer"), \ + PARA_ERROR(SEXP_FIND, "could not find sublist in S-expression"), \ + PARA_ERROR(SEXP_BUILD, "could not build S-expression"), \ + PARA_ERROR(SEXP_ENCRYPT, "could not encrypt S-expression"), \ + PARA_ERROR(SEXP_DECRYPT, "could not decrypt S-expression"), \ + PARA_ERROR(MD_OPEN, "could not open message digest object"), \ + PARA_ERROR(CIPHER_OPEN, "could not create stream cipher handle"), \ + PARA_ERROR(BAD_PRIVATE_KEY, "invalid private key"), \ + PARA_ERROR(KEY_MARKER, "invalid/missing key header or footer"), \ + PARA_ERROR(ASN1_PARSE, "could not parse ASN.1 key"), \ + PARA_ERROR(SSH_PARSE, "could not parse ssh public key"), \ + PARA_ERROR(OEAP, "error during oeap (un)padding"), \ + #define COMMAND_ERRORS \ PARA_ERROR(COMMAND_SYNTAX, "syntax error in command"), \