Fix warnings.

(cherry picked from commit 282a480a352e2aac4fad6e75932d951659bff62d)
This commit is contained in:
Ben Laurie 2013-03-23 19:04:46 +00:00 committed by Dr. Stephen Henson
parent ec19082ecc
commit 93a886b45a

View File

@ -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;