From d574f53ead547139fe344bb35933efc8628c04d4 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 10 Sep 2015 16:43:06 +0000 Subject: Remove call to CRYPTO_malloc_init(), which does nothing. --- src/usr.bin/openssl/openssl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/usr.bin/openssl/openssl.c b/src/usr.bin/openssl/openssl.c index 6d56b00f96..97321f0cac 100644 --- a/src/usr.bin/openssl/openssl.c +++ b/src/usr.bin/openssl/openssl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: openssl.c,v 1.5 2015/08/22 16:36:05 jsing Exp $ */ +/* $OpenBSD: openssl.c,v 1.6 2015/09/10 16:43:06 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -415,7 +415,6 @@ openssl_startup(void) { signal(SIGPIPE, SIG_IGN); - CRYPTO_malloc_init(); OpenSSL_add_all_algorithms(); SSL_library_init(); SSL_load_error_strings(); -- cgit v1.2.3-55-g6feb