]> git.ipfire.org Git - thirdparty/linux.git/commit
net/tls: fix build without CONFIG_TLS_DEVICE
authorJakub Kicinski <jakub.kicinski@netronome.com>
Wed, 10 Apr 2019 23:23:39 +0000 (16:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Apr 2019 00:23:26 +0000 (17:23 -0700)
commit903f1a187776bb8d79b13618ec05b25f86318885
tree02f075baf7b1d41f666230ab98888e3fab5b4e42
parent44f5e0480752b356f577aef90a5813299c3c60b1
net/tls: fix build without CONFIG_TLS_DEVICE

buildbot noticed that TLS_HW is not defined if CONFIG_TLS_DEVICE=n.
Wrap the cleanup branch into an ifdef, tls_device_free_resources_tx()
wouldn't be compiled either in this case.

Fixes: 35b71a34ada6 ("net/tls: don't leak partially sent record in device mode")
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tls/tls_main.c