summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-11-14 16:02:13 +0100
committerSimon Josefsson <simon@josefsson.org>2007-11-14 16:02:13 +0100
commit8e761c571aa07eafda73dab3822e869a6e8b5f91 (patch)
tree83d09956b8f645aea40d4c8f0edc5f2a2a6abe24
parente73e85ef7919dc691b735ec5dc2b08d48cfcd029 (diff)
downloadgnutls-8e761c571aa07eafda73dab3822e869a6e8b5f91.tar.gz
Fix.
-rw-r--r--includes/gnutls/compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/gnutls/compat.h b/includes/gnutls/compat.h
index bf091f4d05..4a6e805a29 100644
--- a/includes/gnutls/compat.h
+++ b/includes/gnutls/compat.h
@@ -79,7 +79,7 @@
#define GNUTLS_A_MISSING_SRP_USERNAME GNUTLS_A_UNKNOWN_PSK_IDENTITY
#define GNUTLS_A_UNKNOWN_SRP_USERNAME GNUTLS_A_UNKNOWN_PSK_IDENTITY
-/* Removed in 2.1.x. */
-#define GNUTLS_E_UNKNOWN_HASH_ALGORITHM GNUTLS_E_INTERNAL_ERROR
+/* Renamed in 2.1.x. */
+#define GNUTLS_E_UNKNOWN_HASH_ALGORITHM GNUTLS_E_UNKNOWN_ALGORITHM
#endif /* GCOMPAT_H */