]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove unused 'peer_type' from SSL_SESSION
authorBenjamin Kaduk <bkaduk@akamai.com>
Wed, 27 Jan 2021 20:19:08 +0000 (12:19 -0800)
committerBenjamin Kaduk <bkaduk@akamai.com>
Wed, 10 Feb 2021 06:15:18 +0000 (22:15 -0800)
commitee833fe9c325ecacc15b1f4e6c931f69aac0664e
treed5d548fc3021b159618dbda72c43a4c2982fc888
parentb5aff22ac90623afeb0c74b36096f85eff5bc2b9
Remove unused 'peer_type' from SSL_SESSION

This field has not been used since #3858 was merged in 2017 when we
moved to a table-based lookup for certificate type properties instead of
an index-based one.

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/13991)

(cherry picked from commit 3bc0b621a7baf1a11bc5cad69a287ad093674d68)
ssl/ssl_local.h
ssl/statem/statem_clnt.c