diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-11-15 09:26:50 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-11-15 09:26:50 +0100 |
commit | 5009222b502fbaa03fc88868706951a93502872f (patch) | |
tree | 51b663fd5041766b816ca3bf5e07d59ac31a42e3 /includes | |
parent | 09a56471b3a7cff200cc4ffd9c6600da9f594494 (diff) | |
download | gnutls-5009222b502fbaa03fc88868706951a93502872f.tar.gz |
Revert rename of GNUTLS_E_UNKNOWN_HASH_ALGORITHM.
Instead we add a new GNUTLS_E_UNKNOWN_ALGORITHM.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/gnutls/gnutls.h.in | 4 |
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 |