X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=c3cde04c4902ce94c816a43bce5f572b4330f436;hp=2e32c24044bd074cc9e311903adde6d85ac5a4c0;hb=6c23fdee5292a8bf55dc963cfc3d0711b0f7424b;hpb=8acdfc3d6d124581d0b624e61e0047f576eb4748 diff --git a/error.h b/error.h index 2e32c240..c3cde04c 100644 --- a/error.h +++ b/error.h @@ -364,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 \