initialize cipher/digest methods table in SSL_library_init() and hence remove the need for a lock

This commit is contained in:
Nils Larsch
2005-08-21 23:06:23 +00:00
parent 725111f7cb
commit 7f3c9036ea
3 changed files with 4 additions and 11 deletions

View File

@@ -115,6 +115,8 @@ int SSL_library_init(void)
be discarded safely */
(void)SSL_COMP_get_compression_methods();
#endif
/* initialize cipher/digest methods table */
ssl_load_ciphers();
return(1);
}