From: Matt Caswell Date: Mon, 14 Jan 2019 16:37:14 +0000 (+0000) Subject: Don't get the mac type in TLSv1.3 X-Git-Tag: openssl-3.0.0-alpha1~2643 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=ea09abc80892920ee5db4de82bed7a193b5896f0;hp=ea09abc80892920ee5db4de82bed7a193b5896f0 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 (Merged from https://github.com/openssl/openssl/pull/8020) ---