[#EC_KEY_set_default_method] = EC_KEY_set_default_method :mrdocs: Set the process‐wide default EC_KEY_METHOD used by newly created EC keys (deprecated). == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void EC_KEY_set_default_method(xref:EC_KEY_METHOD.adoc[EC_KEY_METHOD] const* meth); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *meth* | Method table to install as the default, or NULL to restore the built‐in OpenSSL method. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#