CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/03/09 09:53:36
Modified files:
lib/libssl : ssl.h ssl_clnt.c ssl_sess.c ssl_srvr.c
Log message:
const correct tls_session_secret_cb_fn()
Various ports throw a warning since their tls_session_secret_cb's
signature doesn't match what we expect. Aligns us with OpenSSL 1.1.
This is only useful for RFC 4851 EAP-FAST implementations and
surprisingly it's undocumented.
ok jsing
