commit | f13fe3e60c799e0fce643458b3bb336bf444cd25 | [log] [tgz] |
---|---|---|
author | Jakub Sitnicki <jakub@cloudflare.com> | Tue Mar 17 18:04:37 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 21 20:08:17 2020 -0700 |
tree | 16b5f244d1ef93f86b2a9b42cc10c68d694129f3 | |
parent | 26922c0ef33f2b24192f567db9d01ce4fa289b54 [diff] |
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>