projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc1489d
)
don't call OPENSSL_config(), this does not make any sense during "make test"
author
Bodo Möller
<bodo@openssl.org>
Thu, 14 Feb 2002 13:51:20 +0000
(13:51 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 14 Feb 2002 13:51:20 +0000
(13:51 +0000)
crypto/evp/evp_test.c
patch
|
blob
|
history
diff --git
a/crypto/evp/evp_test.c
b/crypto/evp/evp_test.c
index ae14356dfeabefffb8f7463177ccd927650dd3cf..bf0fc3692be8f07a41e9e8b95e46806ca2e6497f 100644
(file)
--- 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();