Return the behavioural flag mask stored on an ENGINE (deprecated).
Synopsis
Declared in <openssl/engine.h>
[[deprecated]]
int
ENGINE_get_flags(ENGINE const* e);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Bitmask of ENGINE_FLAGS_* values currently set on e.
Parameters
Name |
Description |
e |
ENGINE to query. |
Created with MrDocs