ENGINE_set_table_flags

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

NameDescription
flagsBitmask of ENGINE_TABLE_FLAG_* values (for example ENGINE_TABLE_FLAG_NOINIT).