We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24fc92b + 3df7a96 commit 29af892Copy full SHA for 29af892
src/misc/pem/pem_ssh.c
@@ -53,7 +53,7 @@ struct kdf_options {
53
const char *name;
54
const struct blockcipher_info *cipher;
55
unsigned char salt[64];
56
- ulong32 saltlen;
+ unsigned long saltlen;
57
ulong32 num_rounds;
58
struct password pw;
59
};
0 commit comments