Return the built‐in OpenSSL EC_KEY_METHOD (deprecated).

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
EC_KEY_METHOD const*
EC_KEY_OpenSSL();
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the default OpenSSL EC_KEY_METHOD.

Created with MrDocs