summaryrefslogtreecommitdiffstats
path: root/ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl.c')
-rw-r--r--ssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl.c b/ssl.c
index c9af94b..5b5b893 100644
--- a/ssl.c
+++ b/ssl.c
@@ -226,7 +226,7 @@ init_ssl_lib ()
SSL_load_error_strings ();
OpenSSL_add_all_algorithms ();
- init_crypto_lib();
+ crypto_init_lib();
/*
* If you build the OpenSSL library and OpenVPN with
@@ -250,7 +250,7 @@ free_ssl_lib ()
fclose (fp);
#endif
- uninit_crypto_lib ();
+ crypto_uninit_lib ();
EVP_cleanup ();
ERR_free_strings ();
}