Fold DTLS1_STATE_INTERNAL into DTLS1_STATE.
authorjsing <jsing@openbsd.org>
Sat, 23 Oct 2021 13:36:03 +0000 (13:36 +0000)
committerjsing <jsing@openbsd.org>
Sat, 23 Oct 2021 13:36:03 +0000 (13:36 +0000)
commitf19d9718d282d7c124ae4f591b57c171173537b0
tree015bafe8612b0d381e3427507403c14b473cb688
parent052d4ffda3dee7efad78d50fa998a7b007b6c188
Fold DTLS1_STATE_INTERNAL into DTLS1_STATE.

Now that DTLS1_STATE is opaque, fold DTLS1_STATE_INTERNAL back into
DTLS1_STATE and remove D1I() usage.

ok tb@
lib/libssl/d1_both.c
lib/libssl/d1_lib.c
lib/libssl/d1_pkt.c
lib/libssl/dtls_locl.h
lib/libssl/ssl_both.c
lib/libssl/ssl_clnt.c
lib/libssl/ssl_lib.c
lib/libssl/ssl_srvr.c