OSDN Git Service

tls: rx: init decrypted status in tls_read_size()
authorJakub Kicinski <kuba@kernel.org>
Fri, 8 Apr 2022 03:38:18 +0000 (20:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Apr 2022 10:49:08 +0000 (11:49 +0100)
commit863533e316b235d40c07e49cd39bbd6dcb9f5a1d
tree1b2d1bfad09dcbc960431e87f711e45b1024d2aa
parent7dc59c33d62c4520a119051d4486c214ef5caa23
tls: rx: init decrypted status in tls_read_size()

We set the record type in tls_read_size(), can as well init
the tlm->decrypted field there.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tls/tls_sw.c