summaryrefslogtreecommitdiffstats
path: root/test/methtest.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-02-08 16:45:35 +0000
committerMatt Caswell <matt@openssl.org>2016-02-09 15:11:38 +0000
commit8793f012f11416abd300aa524057c863e8c16dd5 (patch)
treeae6a3c00048af2d608e5736d9753217052749b57 /test/methtest.c
parentb9f757074d470ec6b031f348581160e48202b85c (diff)
Clean up the tests for auto-init/de-init
Remove the need to explicitly initialise/deinitialise for the tests Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/methtest.c')
-rw-r--r--test/methtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/methtest.c b/test/methtest.c
index adfb244faf..efec15468f 100644
--- a/test/methtest.c
+++ b/test/methtest.c
@@ -99,7 +99,6 @@ char *argv[];
METH_control(tmp2, METH_CONTROL_DUMP, stdout);
EXIT(0);
err:
- ERR_load_crypto_strings();
ERR_print_errors_fp(stderr);
EXIT(1);
return (0);