summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2021-11-30 14:33:33 +0100
committerDaiki Ueno <ueno@gnu.org>2021-11-30 14:34:17 +0100
commitc83c88d365da14ddda8ad332ba240bc409a0b37a (patch)
tree1b983507b499725420a3a5ea8b6dde80061da6dc
parent52eb89e7a79a3597fc6f039bf1be5e7c99d7d88d (diff)
downloadgnutls-c83c88d365da14ddda8ad332ba240bc409a0b37a.tar.gz
devel/libgnutls.abignore: ignore drbg_aes_* functions
These functions are only defined when compiled with --enable-fips140-mode. Signed-off-by: Daiki Ueno <ueno@gnu.org>
-rw-r--r--devel/libgnutls.abignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libgnutls.abignore b/devel/libgnutls.abignore
index e43e5472f3..a80754fa64 100644
--- a/devel/libgnutls.abignore
+++ b/devel/libgnutls.abignore
@@ -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: