[#PKCS5_PBE_add] = PKCS5_PBE_add :mrdocs: Register the built‐in PKCS#5 password‐based encryption algorithms with the EVP PBE table. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void PKCS5_PBE_add(); ---- == Description Historically populated OpenSSL's PBE algorithm list; retained for compatibility and typically a no‐op in modern builds. [.small]#Created with https://www.mrdocs.com[MrDocs]#