Remove PKCS12_MAKE_{,SH}KEYBAG from Symbols.list
authortb <tb@openbsd.org>
Mon, 19 Sep 2022 12:25:52 +0000 (12:25 +0000)
committertb <tb@openbsd.org>
Mon, 19 Sep 2022 12:25:52 +0000 (12:25 +0000)
commitbf5a26784254f9828da0c6ffa16fd3ea7ebd51e0
treeb9514c4f990276b07a4e63ac53c567bde3d22647
parent38e6e1180e525686a56bc3065016753f6798ed24
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
lib/libcrypto/Symbols.list