Register e's cipher implementations with the global cipher table (deprecated).
Synopsis
Declared in <openssl/engine.h>
[[deprecated]]
int
ENGINE_register_ciphers(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 whose ciphers should be registered. |
Created with MrDocs