net/tls: Constify base proto ops used for building tls proto
authorJakub Sitnicki <jakub@cloudflare.com>
Tue, 17 Mar 2020 17:04:37 +0000 (18:04 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Mar 2020 03:08:17 +0000 (20:08 -0700)
commitf13fe3e60c799e0fce643458b3bb336bf444cd25
tree16b5f244d1ef93f86b2a9b42cc10c68d694129f3
parent26922c0ef33f2b24192f567db9d01ce4fa289b54
net/tls: Constify base proto ops used for building tls proto

The helper that builds kTLS proto ops doesn't need to and should not modify
the base proto ops. Annotate the parameter as read-only.

Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tls/tls_main.c