projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec19082
)
Fix warnings.
author
Ben Laurie
<ben@links.org>
Sat, 23 Mar 2013 19:04:46 +0000
(19:04 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 1 Oct 2013 13:01:17 +0000
(14:01 +0100)
(cherry picked from commit
282a480a352e2aac4fad6e75932d951659bff62d
)
crypto/evp/evp_test.c
patch
|
blob
|
history
diff --git
a/crypto/evp/evp_test.c
b/crypto/evp/evp_test.c
index 52893429538d4974ee9adb5fe8d31b186c77e92a..bc15348f5ee67715694bc5c400bcd8980a7350ea 100644
(file)
--- 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;