Attach an EC_KEY_METHOD implementation to an ENGINE (deprecated).
Declared in <openssl/engine.h>
[[deprecated]]
int
ENGINE_set_EC(
ENGINE* e,
EC_KEY_METHOD const* ecdsa_meth);
Deprecated. Use of this entity is allowed but discouraged.
Non-zero on success, or 0 on failure.
| Name | Description |
|---|---|
| e | ENGINE that will expose the method. |
| ecdsa_meth | EC key method table for ECDSA/ECDH operations, or NULL to clear. |