diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-12-15 22:14:18 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-12-15 22:15:38 +0100 |
commit | 460cd7e92818c14d4bd03331111db41c7bfccdff (patch) | |
tree | 70ddfaf11aab96c25b77c1182731b2cc242904ec /lib/includes/gnutls | |
parent | c18c0d9dccfa5a161c47f5c0f9c197cbcabf6ed7 (diff) | |
download | gnutls-460cd7e92818c14d4bd03331111db41c7bfccdff.tar.gz |
doc: minor fixes [ci skip]
Created NEWS entry for 3.6.6 and unified the listing of gnutls_init_flags_t
items.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/includes/gnutls')
-rw-r--r-- | lib/includes/gnutls/gnutls.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in index 1c3455c0cf..7e6a592447 100644 --- a/lib/includes/gnutls/gnutls.h.in +++ b/lib/includes/gnutls/gnutls.h.in @@ -431,7 +431,6 @@ typedef enum { * in different threads. * @GNUTLS_ENABLE_EARLY_DATA: Under TLS1.3 allow the server to receive early data sent as part of the initial ClientHello (0-RTT). * This is not enabled by default as early data has weaker security properties than other data. Since 3.6.5. - * * @GNUTLS_ENABLE_RAWPK: Allows raw public-keys to be negotiated during the handshake. Since 3.6.6. * * Enumeration of different flags for gnutls_init() function. All the flags |