summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/genpkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/genpkey.c')
-rw-r--r--src/usr.bin/openssl/genpkey.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/genpkey.c b/src/usr.bin/openssl/genpkey.c
index 02332f6682..09b130e83a 100644
--- a/src/usr.bin/openssl/genpkey.c
+++ b/src/usr.bin/openssl/genpkey.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: genpkey.c,v 1.1 2014/08/26 17:47:24 jsing Exp $ */ 1/* $OpenBSD: genpkey.c,v 1.2 2014/08/28 14:23:52 jsing Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2006 3 * project 2006
4 */ 4 */
@@ -97,7 +97,6 @@ genpkey_main(int argc, char **argv)
97 97
98 outformat = FORMAT_PEM; 98 outformat = FORMAT_PEM;
99 99
100 ERR_load_crypto_strings();
101 OpenSSL_add_all_algorithms(); 100 OpenSSL_add_all_algorithms();
102 args = argv + 1; 101 args = argv + 1;
103 while (!badarg && *args && *args[0] == '-') { 102 while (!badarg && *args && *args[0] == '-') {