CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/09/19 06:25:52
Modified files:
lib/libcrypto : Symbols.list
Log message:
Remove PKCS12_MAKE_{,SH}KEYBAG from Symbols.list
These functions were renamed in the last bump
#define PKCS12_MAKE_KEYBAG PKCS12_SAFEBAG_create0_p8inf
#define PKCS12_MAKE_SHKEYBAG
PKCS12_SAFEBAG_create_pkcs8_encrypt
They don't appear in the compiled library itself, so no further bump
required.
Fixes libressl-portable/portable#791
Found the hard way by vollkommenheit
ok deraadt jsing