summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-08-01 17:01:36 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-08-01 17:03:51 +0200
commit7c5f1955a73778c067786a88a419f337d5d9e5c0 (patch)
tree4b9d1f05a5f575c3b1039c01531ffe4799853309
parentfa187413f58a7fbee6433fc0c1a2350e83fa45eb (diff)
downloadgnutls-7c5f1955a73778c067786a88a419f337d5d9e5c0.tar.gz
corrected GNUTLS_E_INAPPROPRIATE_FALLBACK error code
-rw-r--r--lib/includes/gnutls/gnutls.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 36173cabe8..24ab202d35 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -2391,7 +2391,6 @@ int gnutls_fips140_mode_enabled(void);
#define GNUTLS_E_PKCS1_WRONG_PAD -57
#define GNUTLS_E_RECEIVED_ILLEGAL_EXTENSION -58
#define GNUTLS_E_INTERNAL_ERROR -59
-#define GNUTLS_E_INAPPROPRIATE_FALLBACK -60 /*GNUTLS_A_INAPPROPRIATE_FALLBACK*/
#define GNUTLS_E_DH_PRIME_UNACCEPTABLE -63
#define GNUTLS_E_FILE_ERROR -64
#define GNUTLS_E_TOO_MANY_EMPTY_PACKETS -78
@@ -2529,6 +2528,7 @@ int gnutls_fips140_mode_enabled(void);
#define GNUTLS_E_NO_APPLICATION_PROTOCOL -344
#define GNUTLS_E_SOCKETS_INIT_ERROR -345
#define GNUTLS_E_KEY_IMPORT_FAILED -346
+#define GNUTLS_E_INAPPROPRIATE_FALLBACK -347 /*GNUTLS_A_INAPPROPRIATE_FALLBACK*/
#define GNUTLS_E_SELF_TEST_ERROR -400
#define GNUTLS_E_NO_SELF_TEST -401