diff options
Diffstat (limited to 'src/vnet/crypto')
-rw-r--r-- | src/vnet/crypto/crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/crypto/crypto.h b/src/vnet/crypto/crypto.h index 6ab32ec22bf..2d9c524b266 100644 --- a/src/vnet/crypto/crypto.h +++ b/src/vnet/crypto/crypto.h @@ -132,7 +132,7 @@ typedef struct u32 key_index; u32 len, salt; u16 aad_len; - u8 iv_len, digest_len, tag_len; + u8 digest_len, tag_len; u8 *iv; u8 *src; u8 *dst; |