strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
aes-test: Support test vectors at the end of a file
[strongswan.git]
/
scripts
/
aes-test.c
diff --git
a/scripts/aes-test.c
b/scripts/aes-test.c
index
df9e8e7
..
701d222
100644
(file)
--- a/
scripts/aes-test.c
+++ b/
scripts/aes-test.c
@@
-265,6
+265,10
@@
static bool get_next_test_vector(test_vector_t *test)
break;
}
}
+ if (param != PARAM_UNKNOWN)
+ { /* could be that the file ended with a complete test vector */
+ return TRUE;
+ }
return FALSE;
}