EVP_add_alg_module

Register built-in algorithm modules with the EVP subsystem.

Synopsis

Declared in <openssl/evp.h>

void
EVP_add_alg_module();

Description

Called during library initialisation so config-driven algorithm modules are available; safe to ignore from application code.