diff options
author | jsing <> | 2021-06-11 17:29:48 +0000 |
---|---|---|
committer | jsing <> | 2021-06-11 17:29:48 +0000 |
commit | c29106da26ba83d9f0dec29e9b66d329ad964c38 (patch) | |
tree | 9ed8ed1745db8d4d214ef9607fadbd3644769e1a /src/lib/libc/string/memrchr.c | |
parent | 8eb08269b2394f412e06e5fe98f463c2291efe8a (diff) | |
download | openbsd-c29106da26ba83d9f0dec29e9b66d329ad964c38.tar.gz openbsd-c29106da26ba83d9f0dec29e9b66d329ad964c38.tar.bz2 openbsd-c29106da26ba83d9f0dec29e9b66d329ad964c38.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/libc/string/memrchr.c')
0 files changed, 0 insertions, 0 deletions