ENGINE_get_flags

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

NameDescription
eENGINE to query.