Skip to content

Commit

Permalink
Merge pull request #670 from libtom/fix-669
Browse files Browse the repository at this point in the history
Fix type in PEM+SSH decoder
  • Loading branch information
sjaeckel authored Oct 7, 2024
2 parents 24fc92b + 3df7a96 commit 29af892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc/pem/pem_ssh.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct kdf_options {
const char *name;
const struct blockcipher_info *cipher;
unsigned char salt[64];
ulong32 saltlen;
unsigned long saltlen;
ulong32 num_rounds;
struct password pw;
};
Expand Down

0 comments on commit 29af892

Please sign in to comment.