summaryrefslogtreecommitdiff
path: root/scripts/aes-test.c
diff options
context:
space:
mode:
authorRomain Francoise <rfrancoise@debian.org>2014-04-15 19:35:31 +0200
committerRomain Francoise <rfrancoise@debian.org>2014-04-15 19:35:31 +0200
commitdf40590dead5696facf9943f46e222a5e831286d (patch)
treed701325b24c0e1c5676fa9cb8ed959254dd4367a /scripts/aes-test.c
parent91b54afb0421705a4fb9d990d813007cd45bc2ce (diff)
parentc5ebfc7b9c16551fe825dc1d79c3f7e2f096f6c9 (diff)
downloadvyos-strongswan-df40590dead5696facf9943f46e222a5e831286d.tar.gz
vyos-strongswan-df40590dead5696facf9943f46e222a5e831286d.zip
Merge tag 'upstream/5.1.3'
Upstream version 5.1.3 * tag 'upstream/5.1.3': Import upstream version 5.1.3
Diffstat (limited to 'scripts/aes-test.c')
-rw-r--r--scripts/aes-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/aes-test.c b/scripts/aes-test.c
index eb94180f8..425a4dc4f 100644
--- a/scripts/aes-test.c
+++ b/scripts/aes-test.c
@@ -313,7 +313,7 @@ static bool do_test_gcm(test_vector_t *test)
return FALSE;
}
- aead = lib->crypto->create_aead(lib->crypto, alg, test->key.len);
+ aead = lib->crypto->create_aead(lib->crypto, alg, test->key.len, 4);
if (!aead)
{
DBG1(DBG_APP, "algorithm %N or key length (%d bits) not supported",