]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Add support for ssh-rsa keys.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 2e32c24044bd074cc9e311903adde6d85ac5a4c0..c3cde04c4902ce94c816a43bce5f572b4330f436 100644 (file)
--- 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 \