don't call OPENSSL_config(), this does not make any sense during "make test"
This commit is contained in:
parent
cc1489d2f2
commit
6cc3700314
@ -310,7 +310,9 @@ int main(int argc,char **argv)
|
|||||||
OpenSSL_add_all_digests();
|
OpenSSL_add_all_digests();
|
||||||
/* Load all compiled-in ENGINEs */
|
/* Load all compiled-in ENGINEs */
|
||||||
ENGINE_load_builtin_engines();
|
ENGINE_load_builtin_engines();
|
||||||
|
#if 0
|
||||||
OPENSSL_config();
|
OPENSSL_config();
|
||||||
|
#endif
|
||||||
/* Register all available ENGINE implementations of ciphers and digests.
|
/* Register all available ENGINE implementations of ciphers and digests.
|
||||||
* This could perhaps be changed to "ENGINE_register_all_complete()"? */
|
* This could perhaps be changed to "ENGINE_register_all_complete()"? */
|
||||||
ENGINE_register_all_ciphers();
|
ENGINE_register_all_ciphers();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user