summaryrefslogtreecommitdiff
path: root/tests/curves.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/curves.c')
-rw-r--r--tests/curves.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/curves.c b/tests/curves.c
index bec48e99..2732bbdc 100644
--- a/tests/curves.c
+++ b/tests/curves.c
@@ -171,6 +171,9 @@ check_get_params (void)
gcry_sexp_release (param);
+ /* Brainpool curves are not supported in fips mode */
+ if (gcry_fips_mode_active())
+ return;
param = gcry_pk_get_param (GCRY_PK_ECDSA, sample_key_2_curve);
if (!param)