summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_test.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-02-14 13:51:20 +0000
committerBodo Möller <bodo@openssl.org>2002-02-14 13:51:20 +0000
commit6cc3700314e0e496c1bab585ddff99e13dcdbc4c (patch)
tree06e42f70654dc72d960f61d191ada4fd0d2d1c36 /crypto/evp/evp_test.c
parentcc1489d2f25b97215b5cce035d88590f5d9bdfdb (diff)
don't call OPENSSL_config(), this does not make any sense during "make test"
Diffstat (limited to 'crypto/evp/evp_test.c')
-rw-r--r--crypto/evp/evp_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c
index ae14356dfe..bf0fc3692b 100644
--- a/crypto/evp/evp_test.c
+++ b/crypto/evp/evp_test.c
@@ -310,7 +310,9 @@ int main(int argc,char **argv)
OpenSSL_add_all_digests();
/* Load all compiled-in ENGINEs */
ENGINE_load_builtin_engines();
+#if 0
OPENSSL_config();
+#endif
/* Register all available ENGINE implementations of ciphers and digests.
* This could perhaps be changed to "ENGINE_register_all_complete()"? */
ENGINE_register_all_ciphers();