From c14398cb7a4ae03f2f766c97e3298ce53cfe91a0 Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 31 Jul 2015 11:40:14 -0700 Subject: [PATCH] fix build 267 case 1197, pwdbases -des3 warning --- wolfcrypt/src/asn.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wolfcrypt/src/asn.c b/wolfcrypt/src/asn.c index 0faea7dcb..5629bfc75 100644 --- a/wolfcrypt/src/asn.c +++ b/wolfcrypt/src/asn.c @@ -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;