aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-10-27 19:18:00 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-12-09 22:09:19 +0000
commit6a774a662569a5f8231b815dd3487f4b1b7bcf07 (patch)
tree8a0f0072dbd5abebca3c21a31559c432c98710b2
parentbd3602eb8948dcd3a03cb56fbfa80bb4ac569cdb (diff)
downloadopenssl-6a774a662569a5f8231b815dd3487f4b1b7bcf07.tar.gz
Remove reference to ECDSA_OpenSSL.
Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--crypto/ecdsa/ecs_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/ecdsa/ecs_lib.c b/crypto/ecdsa/ecs_lib.c
index ae516e748c..6fd3ceefda 100644
--- a/crypto/ecdsa/ecs_lib.c
+++ b/crypto/ecdsa/ecs_lib.c
@@ -74,8 +74,6 @@ void ECDSA_set_default_method(const ECDSA_METHOD *meth)
const ECDSA_METHOD *ECDSA_get_default_method(void)
{
- if (!default_ECDSA_method)
- default_ECDSA_method = ECDSA_OpenSSL();
return default_ECDSA_method;
}