Skip to content

Commit

Permalink
Remove PKCS12_MAKE_{,SH}KEYBAG from Symbols.list
Browse files Browse the repository at this point in the history
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#791

Found the hard way by vollkommenheit
ok deraadt jsing
  • Loading branch information
tb committed Sep 19, 2022
1 parent 5d7fdda commit 2bc6e9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/libcrypto/Symbols.list
Original file line number Diff line number Diff line change
Expand Up @@ -2329,8 +2329,6 @@ PKCS12_BAGS_new
PKCS12_MAC_DATA_free
PKCS12_MAC_DATA_it
PKCS12_MAC_DATA_new
PKCS12_MAKE_KEYBAG
PKCS12_MAKE_SHKEYBAG
PKCS12_PBE_add
PKCS12_PBE_keyivgen
PKCS12_SAFEBAGS_it
Expand Down

0 comments on commit 2bc6e9d

Please sign in to comment.