summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-10-18 10:18:13 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-12-04 21:17:25 +0100
commit58fe958b49d7c336ef3901650d9912ce738af264 (patch)
tree56d31bed58a946eff38ea70ade8f271f6466544b
parentf6af904f3ce37ac3050d59f88e406b16fed4e763 (diff)
downloadgnutls-58fe958b49d7c336ef3901650d9912ce738af264.tar.gz
gnutls.h.in: corrected error code value
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/includes/gnutls/gnutls.h.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 29385f6309..15db6aa80a 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -3004,8 +3004,7 @@ unsigned gnutls_fips140_mode_enabled(void);
#define GNUTLS_E_PK_INVALID_PUBKEY_PARAMS -420
#define GNUTLS_E_PK_NO_VALIDATION_PARAMS -421
#define GNUTLS_E_OCSP_MISMATCH_WITH_CERTS -422
-
-#define GNUTLS_E_NO_COMMON_KEY_SHARE -420
+#define GNUTLS_E_NO_COMMON_KEY_SHARE -423
#define GNUTLS_E_UNIMPLEMENTED_FEATURE -1250