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
Name |
Description |
meth |
Method table to install as the default, or NULL to restore the built‐in OpenSSL method. |
Created with MrDocs