File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33_arguments \
44 '-S-[Add signature]:entitlements:_files' \
5- '-w[Shallow sign]' \
5+ '-w[Shallow sign]' \
66 '-Q-[Embed requirements]:requirements:_files' \
77 '(-S)-r[Remove signature]' \
88 '(-r)-h[Print signature information]' \
Original file line number Diff line number Diff line change 116116
117117bool flag_w(false );
118118bool flag_U (false );
119- std::string password;
119+ std::string password = " " ;
120120std::vector<std::string> cleanup;
121121bool flag_H (false );
122122
@@ -1826,7 +1826,7 @@ class Stuff {
18261826 exit (1 );
18271827 }
18281828
1829- if (!flag_U) {
1829+ if (PKCS12_verify_mac (value_, " " , 0 ) == 0 && !flag_U) {
18301830 char passbuf[2048 ];
18311831 UI_UTIL_read_pw_string (passbuf, 2048 , " Enter password: " , 0 );
18321832 password = passbuf;
You can’t perform that action at this time.
0 commit comments