diff options
Diffstat (limited to 'include/crypto/if_alg.h')
-rw-r--r-- | include/crypto/if_alg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/crypto/if_alg.h b/include/crypto/if_alg.h index d61c11170213..cd62bf4289e9 100644 --- a/include/crypto/if_alg.h +++ b/include/crypto/if_alg.h | |||
@@ -42,6 +42,7 @@ struct af_alg_completion { | |||
42 | struct af_alg_control { | 42 | struct af_alg_control { |
43 | struct af_alg_iv *iv; | 43 | struct af_alg_iv *iv; |
44 | int op; | 44 | int op; |
45 | unsigned int aead_assoclen; | ||
45 | }; | 46 | }; |
46 | 47 | ||
47 | struct af_alg_type { | 48 | struct af_alg_type { |