Mop up TLS1_PRF* defines.
authorjsing <jsing@openbsd.org>
Mon, 15 Jul 2024 14:45:15 +0000 (14:45 +0000)
committerjsing <jsing@openbsd.org>
Mon, 15 Jul 2024 14:45:15 +0000 (14:45 +0000)
commit2bfbbd8ba554a6c3c55fb2c15479e52af18654ae
treec1132358278a005581661c6bf6c373f35502efd3
parent0025a967ba402cb78ecd0119e8b088b9267198e4
Mop up TLS1_PRF* defines.

These have not been used for a long time, however SSL_CIPHER was not opaque
at the time, hence they had to stick around. Now that SSL_CIPHER is opaque
we can simply mop them up.

ok tb@
lib/libssl/s3_lib.c
lib/libssl/ssl_local.h