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