diff options
author | jsing <> | 2015-09-10 16:43:06 +0000 |
---|---|---|
committer | jsing <> | 2015-09-10 16:43:06 +0000 |
commit | d574f53ead547139fe344bb35933efc8628c04d4 (patch) | |
tree | 8ff6d247fadb364ecb4c81f3a8c4222227b3e969 /src | |
parent | 88b0d840f69dd12f0a18deed843456edf672b5f5 (diff) | |
download | openbsd-d574f53ead547139fe344bb35933efc8628c04d4.tar.gz openbsd-d574f53ead547139fe344bb35933efc8628c04d4.tar.bz2 openbsd-d574f53ead547139fe344bb35933efc8628c04d4.zip |
Remove call to CRYPTO_malloc_init(), which does nothing.
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ | |||
1 | /* $OpenBSD: openssl.c,v 1.5 2015/08/22 16:36:05 jsing Exp $ */ | 1 | /* $OpenBSD: openssl.c,v 1.6 2015/09/10 16:43:06 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -415,7 +415,6 @@ openssl_startup(void) | |||
415 | { | 415 | { |
416 | signal(SIGPIPE, SIG_IGN); | 416 | signal(SIGPIPE, SIG_IGN); |
417 | 417 | ||
418 | CRYPTO_malloc_init(); | ||
419 | OpenSSL_add_all_algorithms(); | 418 | OpenSSL_add_all_algorithms(); |
420 | SSL_library_init(); | 419 | SSL_library_init(); |
421 | SSL_load_error_strings(); | 420 | SSL_load_error_strings(); |