Set the global ENGINE algorithm‐table flags (deprecated).

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
void
ENGINE_set_table_flags(unsigned int flags);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Parameters

Name

Description

flags

Bitmask of ENGINE_TABLE_FLAG_* values (for example ENGINE_TABLE_FLAG_NOINIT).

Created with MrDocs