summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/openssl/rsa.c')
-rw-r--r--usr.bin/openssl/rsa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/openssl/rsa.c b/usr.bin/openssl/rsa.c
index 677e35f8592..d8366aae7b0 100644
--- a/usr.bin/openssl/rsa.c
+++ b/usr.bin/openssl/rsa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rsa.c,v 1.1 2014/08/26 17:47:25 jsing Exp $ */
+/* $OpenBSD: rsa.c,v 1.2 2014/08/28 14:23:52 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -227,7 +227,6 @@ bad:
#endif
goto end;
}
- ERR_load_crypto_strings();
#ifndef OPENSSL_NO_ENGINE
e = setup_engine(bio_err, engine, 0);