diff --git a/[refs] b/[refs] index 264783120634..f31947300326 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ba749ae98d5aa9d2ce9a7facde0deed454f92230 +refs/heads/master: 3f4afb6443aaa1d69b2d8f0461c8191e40d54c3c diff --git a/trunk/include/linux/xfrm.h b/trunk/include/linux/xfrm.h index f8507eed0b79..9b5b00c4ef9d 100644 --- a/trunk/include/linux/xfrm.h +++ b/trunk/include/linux/xfrm.h @@ -91,9 +91,9 @@ struct xfrm_replay_state }; struct xfrm_algo { - char alg_name[64]; + char alg_name[64]; unsigned int alg_key_len; /* in bits */ - char alg_key[0]; + char alg_key[0]; }; struct xfrm_stats {