diff options
Diffstat (limited to 'usr.bin/openssl/pkeyutl.c')
-rw-r--r-- | usr.bin/openssl/pkeyutl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/openssl/pkeyutl.c b/usr.bin/openssl/pkeyutl.c index 5fff008db62..f233d76ddac 100644 --- a/usr.bin/openssl/pkeyutl.c +++ b/usr.bin/openssl/pkeyutl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pkeyutl.c,v 1.1 2014/08/26 17:47:25 jsing Exp $ */ +/* $OpenBSD: pkeyutl.c,v 1.2 2014/08/28 14:23:52 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -106,7 +106,6 @@ pkeyutl_main(int argc, char **argv) argc--; argv++; - ERR_load_crypto_strings(); OpenSSL_add_all_algorithms(); while (argc >= 1) { |