mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Remove reference to ECDSA_OpenSSL.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
bd3602eb89
commit
6a774a6625
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user