CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/22 08:49:42
Modified files:
lib/libssl : ssl_locl.h ssl_srvr.c t1_lib.c
Log message:
Inline and remove the tlsext_tick_md macro.
There is not much point having a tlsext_tick_md macro that replaces
EVP_sha256() in two places, when the cipher is just hardcoded.
ok tb@
