projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd3602e
)
Remove reference to ECDSA_OpenSSL.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 27 Oct 2015 19:18:00 +0000
(19:18 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 9 Dec 2015 22:09:19 +0000
(22:09 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/ecdsa/ecs_lib.c
patch
|
blob
|
history
diff --git
a/crypto/ecdsa/ecs_lib.c
b/crypto/ecdsa/ecs_lib.c
index ae516e748c20784fc7a45daf8101f692a72fbe26..6fd3ceefda56932938c547f69bf8648cecc01d87 100644
(file)
--- 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;
}