Register e as the default ENGINE for EVP_PKEY methods.
Declared in <openssl/engine.h>
[[deprecated]]
int
ENGINE_set_default_pkey_meths(ENGINE* e);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on error.
| Name | Description |
|---|---|
| e | ENGINE to install as the default for public-key method tables. |