CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/05/16 07:56:31
Modified files:
lib/libssl : d1_both.c d1_lib.c d1_pkt.c d1_srtp.c dtls1.h
s3_lib.c ssl_both.c ssl_clnt.c ssl_lib.c
ssl_locl.h ssl_methods.c ssl_srvr.c t1_enc.c
Added files:
lib/libssl : dtls_locl.h
Log message:
Move DTLS structs/definitions/prototypes to dtls_locl.h.
Now that the DTLS structs are opaque, add a dtls_locl.h header and move
internal-only structs from dtls1.h, along with prototypes from ssl_locl.h.
Only pull this header in where DTLS code actually exists.
ok inoguchi@ tb@