CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/10 11:02:21
Modified files:
lib/libssl : d1_lib.c d1_pkt.c ssl_locl.h ssl_pkt.c t1_lib.c
tls13_legacy.c
Log message:
Remove the enc function pointers.
The enc function pointers do not serve any purpose these days - remove
a layer of indirection and call dtls1_enc()/tls1_enc() directly.
ok inoguchi@ tb@
