diff options
author | David Howells <dhowells@redhat.com> | 2020-09-16 08:25:08 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2020-11-23 18:09:29 +0000 |
commit | ca7fb10059a5755908d46db81d1f3738cd26aa9f (patch) | |
tree | eece37e89db3ce88f0395e6b9fcd108cb6918196 /net/rxrpc/Makefile | |
parent | ec832bd06d6fdf08b0455ab7c2a7a9104e029638 (diff) | |
download | lwn-ca7fb10059a5755908d46db81d1f3738cd26aa9f.tar.gz lwn-ca7fb10059a5755908d46db81d1f3738cd26aa9f.zip |
rxrpc: Split the server key type (rxrpc_s) into its own file
Split the server private key type (rxrpc_s) out into its own file rather
than mingling it with the authentication/client key type (rxrpc) since they
don't really bear any relation.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/Makefile')
-rw-r--r-- | net/rxrpc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rxrpc/Makefile b/net/rxrpc/Makefile index ddd0f95713a9..b11281bed2a4 100644 --- a/net/rxrpc/Makefile +++ b/net/rxrpc/Makefile @@ -28,6 +28,7 @@ rxrpc-y := \ rtt.o \ security.o \ sendmsg.o \ + server_key.o \ skbuff.o \ utils.o |