CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/02/05 07:54:11
Modified files:
lib/libssl : d1_both.c d1_pkt.c s3_lib.c ssl_both.c
ssl_cert.c ssl_ciph.c ssl_ciphers.c ssl_clnt.c
ssl_err.c ssl_lib.c ssl_locl.h ssl_packet.c
ssl_pkt.c ssl_sigalgs.c ssl_srvr.c ssl_stat.c
ssl_tlsext.c ssl_transcript.c ssl_versions.c
t1_enc.c tls12_lib.c tls13_legacy.c tls13_lib.c
Log message:
Bye bye S3I.
S3I has served us well, however now that libssl is fully opaque it is time
to say goodbye. Aside from removing the calloc/free/memset, the rest is
mechanical sed.
ok inoguchi@ tb@