summaryrefslogtreecommitdiff
path: root/tests/slow/cipher-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/slow/cipher-test.c')
-rw-r--r--tests/slow/cipher-test.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/slow/cipher-test.c b/tests/slow/cipher-test.c
index 6b66e678c9..da7e7e7673 100644
--- a/tests/slow/cipher-test.c
+++ b/tests/slow/cipher-test.c
@@ -32,12 +32,6 @@ static void tls_log_func(int level, const char *str)
fprintf(stderr, "<%d>| %s", level, str);
}
-#ifndef ENABLE_SELF_CHECKS
-# define AVOID_INTERNALS
-# include "../../lib/crypto-selftests.c"
-# include "../../lib/crypto-selftests-pk.c"
-#endif
-
int main(int argc, char **argv)
{
gnutls_global_set_log_function(tls_log_func);