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 04:26:16 +0000 (20:26 -0800)
commit3bc0b621a7baf1a11bc5cad69a287ad093674d68
tree0e75fcd446f7475dd9876fb56a73e2af5779cb06
parentaf53092c2b67a8a0b76ae73385414cb1815ea7cc
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)
ssl/ssl_local.h
ssl/statem/statem_clnt.c