Don't get the mac type in TLSv1.3
authorMatt Caswell <matt@openssl.org>
Mon, 14 Jan 2019 16:37:14 +0000 (16:37 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 15 Jan 2019 11:40:39 +0000 (11:40 +0000)
commitea09abc80892920ee5db4de82bed7a193b5896f0
tree196ff6c0acc8d910ec658b5231592b8479023501
parent7fe0ed75e3e7760226a0a3a5a86cf3887004f6e4
Don't get the mac type in TLSv1.3

We don't use this information so we shouldn't fetch it. As noted in the
comments in #8005.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/8020)
ssl/tls13_enc.c