diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-05-21 05:54:35 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-05-21 05:54:35 +0200 |
commit | 5791817e5f30b7ee2c206594104973cdb56e1d6b (patch) | |
tree | 6f921c6754132ad0b1fcd992030983128083ed0b /lib/includes | |
parent | 9c58968badea83f9a099f6b58fe225d825d489c2 (diff) | |
download | gnutls-5791817e5f30b7ee2c206594104973cdb56e1d6b.tar.gz |
x509.h: corrected typo in newly introduced definition
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/includes')
-rw-r--r-- | lib/includes/gnutls/x509.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/includes/gnutls/x509.h b/lib/includes/gnutls/x509.h index 5c5f6ca506..516c8c6660 100644 --- a/lib/includes/gnutls/x509.h +++ b/lib/includes/gnutls/x509.h @@ -1018,7 +1018,7 @@ typedef enum gnutls_certificate_verification_profiles_t { GNUTLS_PROFILE_MEDIUM = 5, GNUTLS_PROFILE_HIGH = 6, GNUTLS_PROFILE_ULTRA = 7, - GNUTLS_PROFILE_FUTURE = 9, + GNUTLS_PROFILE_FUTURE = 8, GNUTLS_PROFILE_SUITEB128=32, GNUTLS_PROFILE_SUITEB192=33 |