From a056df44fb3aa2746550522ad58825426312a3b4 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Thu, 28 Aug 2014 14:25:49 +0000 Subject: OpenSSL_add_all_algorithms() is called from openssl_startup() - it does not need to also be called from some of the applications. --- usr.bin/openssl/genpkey.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/openssl/genpkey.c') diff --git a/usr.bin/openssl/genpkey.c b/usr.bin/openssl/genpkey.c index 09b130e83a6..882d0ba13dc 100644 --- a/usr.bin/openssl/genpkey.c +++ b/usr.bin/openssl/genpkey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: genpkey.c,v 1.2 2014/08/28 14:23:52 jsing Exp $ */ +/* $OpenBSD: genpkey.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 */ @@ -97,7 +97,6 @@ genpkey_main(int argc, char **argv) outformat = FORMAT_PEM; - OpenSSL_add_all_algorithms(); args = argv + 1; while (!badarg && *args && *args[0] == '-') { if (!strcmp(*args, "-outform")) { -- cgit v1.2.3