Define SSL_AD_* as actual values.
authorjsing <jsing@openbsd.org>
Sun, 13 Jun 2021 15:47:11 +0000 (15:47 +0000)
committerjsing <jsing@openbsd.org>
Sun, 13 Jun 2021 15:47:11 +0000 (15:47 +0000)
commit3c03665ab17a4a617a3a87425c74c4880de856f3
treeb8c87435dd7ee6269ab65742e271cbe7d4da1ae2
parent4bf5bada3341a226b7514d0e0842fc7525c73669
Define SSL_AD_* as actual values.

Rather than having SSL_AD_* as defines that refer to SSL3_AD_* or
TLS1_AD_*, just give them actual values directly since it is more readable
and the indirection provides no value. Place SSL3_AD_* and TLS1_AD_* under
#ifndef LIBRESSL_INTERNAL to prevent further usage.

ok tb@
lib/libssl/ssl.h
lib/libssl/ssl3.h
lib/libssl/tls1.h