]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
devel/libgnutls.abignore: ignore drbg_aes_* functions
authorDaiki Ueno <ueno@gnu.org>
Tue, 30 Nov 2021 13:33:33 +0000 (14:33 +0100)
committerDaiki Ueno <ueno@gnu.org>
Tue, 30 Nov 2021 13:34:17 +0000 (14:34 +0100)
These functions are only defined when compiled with
--enable-fips140-mode.

Signed-off-by: Daiki Ueno <ueno@gnu.org>
devel/libgnutls.abignore

index e43e5472f3abca7a8a3c8ec655078dfff80213d1..a80754fa642356877562b8832434cb5302147921 100644 (file)
@@ -55,5 +55,15 @@ changed_enumerators = GNUTLS_SEC_PARAM_MAX
 name = gnutls_ocsp_status_request_is_checked
 return_type_name = unsigned int
 
+# these functions are only available when compiled with --enable-fips140-mode
+[suppress_function]
+name = drbg_aes_generate
+
+[suppress_function]
+name = drbg_aes_init
+
+[suppress_function]
+name = drbg_aes_reseed
+
 # The following should be removed in the new release, after updating the
 # abi-dump repository: