diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c index 52893429538d4974ee9adb5fe8d31b186c77e92a..bc15348f5ee67715694bc5c400bcd8980a7350ea 100644 --- a/crypto/evp/evp_test.c +++ b/crypto/evp/evp_test.c @@ -534,7 +534,9 @@ int main(int argc,char **argv) char *cipher; unsigned char *iv,*key,*plaintext,*ciphertext,*aad,*tag; int encdec; - int kn,in,pn,cn,an,tn; + int kn,in,pn,cn; + int an = 0; + int tn = 0; if(!fgets((char *)line,sizeof line,f)) break;