Re: [tls 1/5] net/tls: Init routines in create_ctx

2018-12-14 Thread David Miller
From: Atul Gupta Date: Tue, 11 Dec 2018 02:19:40 -0800 > create_ctx is called from tls_init and tls_hw_prot > hence initialize function pointers in common routine. > > Signed-off-by: Atul Gupta Applied.

[tls 1/5] net/tls: Init routines in create_ctx

2018-12-11 Thread Atul Gupta
create_ctx is called from tls_init and tls_hw_prot hence initialize function pointers in common routine. Signed-off-by: Atul Gupta --- net/tls/tls_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/tls/tls_main.c b/net/tls/tls_main.c index 311cec8..4920803 10064