mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
fix warning
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
e0f9bf1de7
commit
688c244685
@ -115,7 +115,7 @@ int pkcs8_main(int argc, char **argv)
|
||||
OPTION_CHOICE o;
|
||||
int nocrypt = 0, ret = 1, iter = PKCS12_DEFAULT_ITER, p8_broken = PKCS8_OK;
|
||||
int informat = FORMAT_PEM, outformat = FORMAT_PEM, topk8 = 0, pbe_nid = -1;
|
||||
uint64_t scrypt_N = 0, scrypt_r = 0, scrypt_p = 0;
|
||||
unsigned long scrypt_N = 0, scrypt_r = 0, scrypt_p = 0;
|
||||
|
||||
prog = opt_init(argc, argv, pkcs8_options);
|
||||
while ((o = opt_next()) != OPT_EOF) {
|
||||
|
Loading…
Reference in New Issue
Block a user