ipsec: update MAX_AH_AUTH_LEN to support sha512
[deliverable/linux.git] / security / security.c
index c645e263ca8d8612ce9011b0beddcc956655c537..739e40362f44fab2a8fa4a0f4b1310ec14f8bb65 100644 (file)
@@ -986,8 +986,7 @@ EXPORT_SYMBOL(security_inode_getsecctx);
 
 #ifdef CONFIG_SECURITY_NETWORK
 
-int security_unix_stream_connect(struct socket *sock, struct socket *other,
-                                struct sock *newsk)
+int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk)
 {
        return security_ops->unix_stream_connect(sock, other, newsk);
 }
This page took 0.028205 seconds and 5 git commands to generate.