strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5fd12b
)
aes-test: Fix compiler warnings from older versions of GCC
author
Tobias Brunner
<tobias@strongswan.org>
Thu, 19 Dec 2013 10:02:23 +0000
(11:02 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 19 Dec 2013 10:02:23 +0000
(11:02 +0100)
scripts/aes-test.c
patch
|
blob
|
history
diff --git
a/scripts/aes-test.c
b/scripts/aes-test.c
index
ddf4a5d
..
f326b7e
100644
(file)
--- a/
scripts/aes-test.c
+++ b/
scripts/aes-test.c
@@
-167,7
+167,7
@@
static bool get_next_test_vector(test_vector_t *test)
while (fgets(line, sizeof(line), ctx.in))
{
enumerator_t *enumerator;
- chunk_t value;
+ chunk_t value
= chunk_empty
;
char *token;
int i;