Unregister all cipher implementations previously registered from e (deprecated).
Synopsis
Declared in <openssl/engine.h>
[[deprecated]]
void
ENGINE_unregister_ciphers(ENGINE* e);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
e |
ENGINE whose cipher methods are removed from the global cipher table. |
Created with MrDocs