mirror of https://github.com/OpenIPC/firmware.git
13 lines
359 B
Diff
13 lines
359 B
Diff
diff -drupN a/net/xfrm/xfrm_algo.c b/net/xfrm/xfrm_algo.c
|
|
--- a/net/xfrm/xfrm_algo.c 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/net/xfrm/xfrm_algo.c 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -241,7 +241,7 @@ static struct xfrm_algo_desc aalg_list[]
|
|
|
|
.uinfo = {
|
|
.auth = {
|
|
- .icv_truncbits = 96,
|
|
+ .icv_truncbits = 128,
|
|
.icv_fullbits = 256,
|
|
}
|
|
},
|