CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/24 03:23:06
Modified files:
lib/libssl : ssl_local.h ssl_sess.c
Log message:
libssl: const correct the ssl_session_dup() helper
This allows a const correct SSL_SESSION_dup() implementation at the cost
of casting away const due to the const incorrect CRYPTO_dup_ex_data()...
(I should look into fixing that, but things like rust-openssl make that
hard at this point in the release cycle.)
ok kenjiro (as part of a larger diff)
