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/pkeyutl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin/openssl/pkeyutl.c') diff --git a/usr.bin/openssl/pkeyutl.c b/usr.bin/openssl/pkeyutl.c index f233d76ddac..f1658dd6aa2 100644 --- a/usr.bin/openssl/pkeyutl.c +++ b/usr.bin/openssl/pkeyutl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pkeyutl.c,v 1.2 2014/08/28 14:23:52 jsing Exp $ */ +/* $OpenBSD: pkeyutl.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. */ @@ -106,8 +106,6 @@ pkeyutl_main(int argc, char **argv) argc--; argv++; - OpenSSL_add_all_algorithms(); - while (argc >= 1) { if (!strcmp(*argv, "-in")) { if (--argc < 1) -- cgit v1.2.3