mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
Merge pull request #670 from libtom/fix-669
Fix type in PEM+SSH decoder
This commit is contained in:
commit
29af8922b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue