summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-11-15 09:26:50 +0100
committerSimon Josefsson <simon@josefsson.org>2007-11-15 09:26:50 +0100
commit5009222b502fbaa03fc88868706951a93502872f (patch)
tree51b663fd5041766b816ca3bf5e07d59ac31a42e3
parent09a56471b3a7cff200cc4ffd9c6600da9f594494 (diff)
downloadgnutls-5009222b502fbaa03fc88868706951a93502872f.tar.gz
Revert rename of GNUTLS_E_UNKNOWN_HASH_ALGORITHM.
Instead we add a new GNUTLS_E_UNKNOWN_ALGORITHM.
-rw-r--r--includes/gnutls/gnutls.h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/gnutls/gnutls.h.in b/includes/gnutls/gnutls.h.in
index 9a917989bb..3f035d277c 100644
--- a/includes/gnutls/gnutls.h.in
+++ b/includes/gnutls/gnutls.h.in
@@ -1254,7 +1254,7 @@ extern "C"
#define GNUTLS_E_X509_UNKNOWN_SAN -62
#define GNUTLS_E_OPENPGP_FINGERPRINT_UNSUPPORTED -94
#define GNUTLS_E_X509_UNSUPPORTED_ATTRIBUTE -95
-#define GNUTLS_E_UNKNOWN_ALGORITHM -96
+#define GNUTLS_E_UNKNOWN_HASH_ALGORITHM -96
#define GNUTLS_E_UNKNOWN_PKCS_CONTENT_TYPE -97
#define GNUTLS_E_UNKNOWN_PKCS_BAG_TYPE -98
#define GNUTLS_E_INVALID_PASSWORD -99
@@ -1266,6 +1266,8 @@ extern "C"
#define GNUTLS_E_IA_VERIFY_FAILED -104
+#define GNUTLS_E_UNKNOWN_ALGORITHM -105
+
#define GNUTLS_E_BASE64_ENCODING_ERROR -201
#define GNUTLS_E_INCOMPATIBLE_GCRYPT_LIBRARY -202 /* obsolete */
#define GNUTLS_E_INCOMPATIBLE_CRYPTO_LIBRARY -202