tls: simplify hmac_begin()
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 26 Nov 2018 09:33:23 +0000 (10:33 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 26 Nov 2018 09:33:23 +0000 (10:33 +0100)
commitd4681c7293da6aeb901101b5bc239229f4963926
tree119847e7b90981996c72362fcb8cd5f21c9dce15
parentca7cdd4b0350d47445f9c02adc161ebcb41b4c20
tls: simplify hmac_begin()

function                                             old     new   delta
hmac_begin                                           196     158     -38

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/tls.c