summaryrefslogtreecommitdiff
path: root/tests/mini-overhead.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mini-overhead.c')
-rw-r--r--tests/mini-overhead.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mini-overhead.c b/tests/mini-overhead.c
index a10a6998e5..9a4d5e2bfc 100644
--- a/tests/mini-overhead.c
+++ b/tests/mini-overhead.c
@@ -335,10 +335,12 @@ void doit(void)
start
("NONE:+VERS-DTLS1.0:+AES-128-GCM:+AEAD:+SIGN-ALL:+COMP-NULL:+RSA",
37);
+#ifndef ENABLE_FIPS140
/* 13 + 20(tag) */
start
("NONE:+VERS-DTLS1.0:+SALSA20-256:+SHA1:+SIGN-ALL:+COMP-NULL:+RSA",
33);
+#endif
}
#endif /* _WIN32 */