]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
build: suppress ABI change for GNUTLS_SRTP_AEAD_AES_*_GCM additions
authorDaiki Ueno <ueno@gnu.org>
Wed, 28 Dec 2022 03:42:27 +0000 (12:42 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 28 Dec 2022 03:42:27 +0000 (12:42 +0900)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
devel/libgnutls.abignore

index c19dce38e11a1c763a5d7bb7a17888e269dc61bf..d55e828cfd3fe1e3013ff4140b54ff7e46e534c6 100644 (file)
@@ -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