CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/17 09:49:20
Modified files:
lib/libssl : tls13_internal.h tls13_legacy.c tls13_lib.c
Log message:
Pass SSL pointer to tls13_ctx_new().
struct tls13_ctx already knows about SSL's and this way tls13_ctx_new() can
set up various pointers, rather than duplicating this in
tls13_legacy_accept() and tls13_legacy_connect().
ok tb@
