Replace the behavioural flags stored on an ENGINE.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
int
ENGINE_set_flags(
    ENGINE* e,
    int flags);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

e

ENGINE whose flags are updated.

flags

Bitmask of ENGINE_FLAGS_* values.

Created with MrDocs