summaryrefslogtreecommitdiff
path: root/lib/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-06-29 22:40:27 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-06-29 23:01:11 +0200
commit5acae52b4ad3e2079c5dfac975badde51289e762 (patch)
treea2b7e0304207e38e3205066aa10f7e30febdf3a0 /lib/includes
parent3f1c94bab2cb6ddadff42da4b22d61385ef3e049 (diff)
downloadgnutls-5acae52b4ad3e2079c5dfac975badde51289e762.tar.gz
tests: verify whether GNUTLS_TLS_VERSION_MAX is negotiated on default mode
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/includes')
-rw-r--r--lib/includes/gnutls/gnutls.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 7a0a63188d..9111dfb557 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -686,7 +686,8 @@ typedef enum {
* @GNUTLS_DTLS1_0: DTLS version 1.0.
* @GNUTLS_DTLS1_2: DTLS version 1.2.
* @GNUTLS_DTLS0_9: DTLS version 0.9 (Cisco AnyConnect / OpenSSL 0.9.8e).
- * @GNUTLS_VERSION_MAX: Maps to the highest supported TLS version.
+ * @GNUTLS_TLS_VERSION_MAX: Maps to the highest supported TLS version.
+ * @GNUTLS_DTLS_VERSION_MAX: Maps to the highest supported DTLS version.
* @GNUTLS_VERSION_UNKNOWN: Unknown SSL/TLS version.
*
* Enumeration of different SSL/TLS protocol versions.