[#EVP_add_alg_module] = EVP_add_alg_module :mrdocs: Register built‐in algorithm modules with the EVP subsystem. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EVP_add_alg_module(); ---- == Description Called during library initialisation so config‐driven algorithm modules are available; safe to ignore from application code. [.small]#Created with https://www.mrdocs.com[MrDocs]#