Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
This commit is contained in:
@@ -75,8 +75,8 @@ void ERR_load_CRYPTO_strings()
|
||||
{
|
||||
static int init=1;
|
||||
|
||||
if (init);
|
||||
{;
|
||||
if (init)
|
||||
{
|
||||
init=0;
|
||||
#ifndef NO_ERR
|
||||
ERR_load_strings(ERR_LIB_CRYPTO,CRYPTO_str_functs);
|
||||
|
Reference in New Issue
Block a user