]> git.baikalelectronics.ru Git - kernel.git/commit
net/tls: build_protos moved to common routine
authorAtul Gupta <atul.gupta@chelsio.com>
Fri, 18 Jan 2019 04:55:53 +0000 (20:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jan 2019 19:30:54 +0000 (11:30 -0800)
commit20ae22c6674dc7c2e56cf7c4afc6156ace42d8de
tree5316d8b47a4733045ad0d73a3b336a2b0739f7a6
parentdcd27ebd94a2e3d2d738d61e185bccacf2c42151
net/tls: build_protos moved to common routine

build protos is required for tls_hw_prot also hence moved to
'tls_build_proto' and called as required from tls_init
and tls_hw_proto. This is required since build_protos
for v4 is moved from tls_register to tls_init in
commit <88106e4661c1d44f6e3566e6da9b72f239d6f70e>

Signed-off-by: Atul Gupta <atul.gupta@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tls/tls_main.c