EC_KEY_set_default_method

Set the process-wide default EC_KEY_METHOD used by newly created EC keys (deprecated).

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
void
EC_KEY_set_default_method(EC_KEY_METHOD const* meth);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
methMethod table to install as the default, or NULL to restore the built-in OpenSSL method.