Makefile.in: Add ao_write.ggo to ggos.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index a24af894ef1ae49bd505ac82f093fde1e66dc6f1..3f5ff73be3b1b5b8314b836c794b7a62b8740e91 100644 (file)
--- a/error.h
+++ b/error.h
@@ -376,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 \