Unregister the EVP_PKEY ASN.1 methods previously registered from e (deprecated).
Synopsis
Declared in <openssl/engine.h>
[[deprecated]]
void
ENGINE_unregister_pkey_asn1_meths(ENGINE* e);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
e |
ENGINE whose pkey ASN.1 methods should be removed from the global table. |
Created with MrDocs