diff options
author | jsing <> | 2021-06-11 17:29:48 +0000 |
---|---|---|
committer | jsing <> | 2021-06-11 17:29:48 +0000 |
commit | 25b5c080aa64e34d31477c1bcf914d3ad678bad8 (patch) | |
tree | 9ed8ed1745db8d4d214ef9607fadbd3644769e1a /src/lib/libssl/man/SSL_free.3 | |
parent | 2215c5d14fb37cc4aab492e6fdbd91ccb77380f9 (diff) | |
download | openbsd-25b5c080aa64e34d31477c1bcf914d3ad678bad8.tar.gz openbsd-25b5c080aa64e34d31477c1bcf914d3ad678bad8.tar.bz2 openbsd-25b5c080aa64e34d31477c1bcf914d3ad678bad8.zip |
Only use SSL_AD_* internally.
Due to hysterical raisins there are three different types of defines for
alerts. SSL3_AD_* are from SSLv3, TLS1_AD_* are from TLSv1.0 onwards and
SSL_AD_* currently map to either an SSL3_AD_* or TLS1_AD_* define.
Currently, all three of these are used in various places - switch to using
just SSL_AD_* values internally, as a first step in cleaning this up.
ok tb@
Diffstat (limited to 'src/lib/libssl/man/SSL_free.3')
0 files changed, 0 insertions, 0 deletions