diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-05-15 10:27:00 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-05-26 04:12:04 +0000 |
commit | d34a59be1fbada81ce56474bf16b3c2a094081a6 (patch) | |
tree | 44e6188e8705ba03bfc19fad3a4bcc4dc908cc74 /lib/libgnutls.map | |
parent | 9e197e0cc1ffe9186bcdf1aff925316d93f232a2 (diff) | |
download | gnutls-d34a59be1fbada81ce56474bf16b3c2a094081a6.tar.gz |
gnutls_session_ticket_send: new function
Introduced in order for a server to be able to send an arbitrary
amount of tickets, at any time.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r-- | lib/libgnutls.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map index bcde6c177b..cfbd58c40e 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -1219,6 +1219,7 @@ GNUTLS_3_6_3 gnutls_pcert_list_import_x509_file; gnutls_pkcs11_token_get_ptr; gnutls_pkcs11_obj_get_ptr; + gnutls_session_ticket_send; } GNUTLS_3_6_2; GNUTLS_FIPS140_3_4 { |