summaryrefslogtreecommitdiff
path: root/tests/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openssl.c')
-rw-r--r--tests/openssl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/openssl.c b/tests/openssl.c
index aee870a707..483611cfc0 100644
--- a/tests/openssl.c
+++ b/tests/openssl.c
@@ -35,6 +35,10 @@ void doit(void)
MD5_CTX c;
unsigned char md[MD5_DIGEST_LENGTH];
+ if (gnutls_fips140_mode_enabled()) {
+ exit(77);
+ }
+
if (global_init() != 0)
fail("global_init\n");