summaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest/crypto/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/unittest/crypto/crypto.h')
-rw-r--r--src/plugins/unittest/crypto/crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/unittest/crypto/crypto.h b/src/plugins/unittest/crypto/crypto.h
index fe6e7f2831c..1945c69fd4c 100644
--- a/src/plugins/unittest/crypto/crypto.h
+++ b/src/plugins/unittest/crypto/crypto.h
@@ -29,6 +29,7 @@ typedef struct unittest_crypto_test_registration
vnet_crypto_alg_t alg:8;
vnet_crypto_op_type_t op:8;
unittest_crypto_test_data_t iv, key, data, expected;
+ u8 hmac_trunc_len;
/* next */
struct unittest_crypto_test_registration *next;