CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/04 06:05:57
Modified files:
lib/libssl : ssl_local.h ssl_versions.c
Log message:
libssl: const correct ssl_*version* API
None of these functions modifies the SSL pointer. An upcoming diff will
need to call one of them with a const pointer, so fix all of them.
ok jsing kenjiro
