Return the public-key loader callback registered on an ENGINE.
Declared in <openssl/engine.h>
[[deprecated]]
ENGINE_LOAD_KEY_PTR
ENGINE_get_load_pubkey_function(ENGINE const* e);
Deprecated. Use of this entity is allowed but discouraged.
Public-key loader, or NULL if none is set.
| Name | Description |
|---|---|
| e | ENGINE to query. |