forked from wolfSSL/wolfssl
fix build 267 case 1197, pwdbases -des3 warning
This commit is contained in:
@ -905,6 +905,9 @@ static int DecryptKey(const char* password, int passwordSz, byte* salt,
|
||||
byte key[MAX_KEY_SIZE];
|
||||
#endif
|
||||
|
||||
(void)input;
|
||||
(void)length;
|
||||
|
||||
switch (id) {
|
||||
case PBE_MD5_DES:
|
||||
typeH = MD5;
|
||||
|
Reference in New Issue
Block a user