summaryrefslogtreecommitdiff
path: root/devel/libgnutls.abignore
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2022-01-15 11:27:20 +0100
committerDaiki Ueno <ueno@gnu.org>2022-05-05 16:50:04 +0200
commit26d57fdad875962400cb117f257a38ad0781ea3a (patch)
treef0439343711c7959338c26d58fc64e0c97ee8892 /devel/libgnutls.abignore
parentb70b1838a22ebf901e4d926021a5c33732797864 (diff)
downloadgnutls-26d57fdad875962400cb117f257a38ad0781ea3a.tar.gz
gnutls_aead_cipher_set_key: new function
This adds gnutls_aead_cipher_set_key, which enables to reuse the same handle but reset the context and key, without releasing the memory. Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'devel/libgnutls.abignore')
-rw-r--r--devel/libgnutls.abignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libgnutls.abignore b/devel/libgnutls.abignore
index c19dce38e1..1de34210de 100644
--- a/devel/libgnutls.abignore
+++ b/devel/libgnutls.abignore
@@ -70,3 +70,5 @@ name = drbg_aes_reseed
# The following should be removed in the new release, after updating the
# abi-dump repository:
+[suppress_function]
+name = gnutls_aead_cipher_set_key