summaryrefslogtreecommitdiff
path: root/devel/libgnutls.abignore
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2022-12-28 12:42:27 +0900
committerDaiki Ueno <ueno@gnu.org>2022-12-28 12:42:27 +0900
commit010ea4d24206c8671a3d6a63e7d7e54406fd50bc (patch)
tree65834fba31613ae026c6a8ec96dd67cbc87ea939 /devel/libgnutls.abignore
parentbfef061bb878f6632e18037156599d746eaadd4f (diff)
downloadgnutls-010ea4d24206c8671a3d6a63e7d7e54406fd50bc.tar.gz
build: suppress ABI change for GNUTLS_SRTP_AEAD_AES_*_GCM additions
Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'devel/libgnutls.abignore')
-rw-r--r--devel/libgnutls.abignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/libgnutls.abignore b/devel/libgnutls.abignore
index c19dce38e1..d55e828cfd 100644
--- a/devel/libgnutls.abignore
+++ b/devel/libgnutls.abignore
@@ -70,3 +70,6 @@ name = drbg_aes_reseed
# The following should be removed in the new release, after updating the
# abi-dump repository:
+[suppress_type]
+name = gnutls_srtp_profile_t
+changed_enumerators = GNUTLS_SRTP_AEAD_AES_128_GCM, GNUTLS_SRTP_AEAD_AES_256_GCM \ No newline at end of file