diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c index 528934295..bc15348f5 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;