initialize cipher/digest methods table in SSL_library_init() and hence remove the need for a lock
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user