diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-08-27 22:12:55 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-08-27 22:33:36 +0200 |
commit | 4b6003734006fd7e63812ba03eeefbb1525dc060 (patch) | |
tree | e4a8c44eb4b30685529a777e796a791c76a90301 /lib/includes/gnutls | |
parent | 5bc2123885d38bad739cd47b614e92eb3be95e96 (diff) | |
download | gnutls-4b6003734006fd7e63812ba03eeefbb1525dc060.tar.gz |
Introduced GNUTLS_E_CERTIFICATE_VERIFICATION_ERROR to be returned by the auto-verification functions
Diffstat (limited to 'lib/includes/gnutls')
-rw-r--r-- | lib/includes/gnutls/gnutls.h.in | 1 |
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 |