summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/gnutls.h.in
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-08-27 22:12:55 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-08-27 22:33:36 +0200
commit4b6003734006fd7e63812ba03eeefbb1525dc060 (patch)
treee4a8c44eb4b30685529a777e796a791c76a90301 /lib/includes/gnutls/gnutls.h.in
parent5bc2123885d38bad739cd47b614e92eb3be95e96 (diff)
downloadgnutls-4b6003734006fd7e63812ba03eeefbb1525dc060.tar.gz
Introduced GNUTLS_E_CERTIFICATE_VERIFICATION_ERROR to be returned by the auto-verification functions
Diffstat (limited to 'lib/includes/gnutls/gnutls.h.in')
-rw-r--r--lib/includes/gnutls/gnutls.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index ab7bfe560f..8971bdd2f3 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -2611,6 +2611,7 @@ int gnutls_fips140_mode_enabled(void);
#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_CERTIFICATE_VERIFICATION_ERROR -348
#define GNUTLS_E_SELF_TEST_ERROR -400
#define GNUTLS_E_NO_SELF_TEST -401