aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/openvpn/fuzz_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'projects/openvpn/fuzz_proxy.c')
-rw-r--r--projects/openvpn/fuzz_proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/openvpn/fuzz_proxy.c b/projects/openvpn/fuzz_proxy.c
index 96db3636..128a6d07 100644
--- a/projects/openvpn/fuzz_proxy.c
+++ b/projects/openvpn/fuzz_proxy.c
@@ -22,7 +22,7 @@ limitations under the License.
int LLVMFuzzerInitialize(int *argc, char ***argv)
{
- CRYPTO_malloc_init();
+ OPENSSL_malloc_init();
SSL_library_init();
ERR_load_crypto_strings();