diff options
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r-- | include/net/xfrm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 36ac102c97c7..30bca865c9dc 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -1314,6 +1314,7 @@ static inline int xfrm_id_proto_match(u8 proto, u8 userproto) | |||
1314 | * xfrm algorithm information | 1314 | * xfrm algorithm information |
1315 | */ | 1315 | */ |
1316 | struct xfrm_algo_aead_info { | 1316 | struct xfrm_algo_aead_info { |
1317 | char *geniv; | ||
1317 | u16 icv_truncbits; | 1318 | u16 icv_truncbits; |
1318 | }; | 1319 | }; |
1319 | 1320 | ||
@@ -1323,6 +1324,7 @@ struct xfrm_algo_auth_info { | |||
1323 | }; | 1324 | }; |
1324 | 1325 | ||
1325 | struct xfrm_algo_encr_info { | 1326 | struct xfrm_algo_encr_info { |
1327 | char *geniv; | ||
1326 | u16 blockbits; | 1328 | u16 blockbits; |
1327 | u16 defkeybits; | 1329 | u16 defkeybits; |
1328 | }; | 1330 | }; |