From 8e6e28726f906fbe995c6de7cd80d82e57955744 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 28 Aug 2014 14:25:48 +0000 Subject: OpenSSL_add_all_algorithms() is called from openssl_startup() - it does not need to also be called from some of the applications. --- src/usr.bin/openssl/pkeyparam.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/usr.bin/openssl/pkeyparam.c') diff --git a/src/usr.bin/openssl/pkeyparam.c b/src/usr.bin/openssl/pkeyparam.c index 1e60430b26..d9e4085e25 100644 --- a/src/usr.bin/openssl/pkeyparam.c +++ b/src/usr.bin/openssl/pkeyparam.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pkeyparam.c,v 1.2 2014/08/28 14:23:52 jsing Exp $ */ +/* $OpenBSD: pkeyparam.c,v 1.3 2014/08/28 14:25:48 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006 */ @@ -80,7 +80,6 @@ pkeyparam_main(int argc, char **argv) #endif int ret = 1; - OpenSSL_add_all_algorithms(); args = argv + 1; while (!badarg && *args && *args[0] == '-') { if (!strcmp(*args, "-in")) { -- cgit v1.2.3-55-g6feb