On Sat, Dec 27, 2025 at 09:14:47PM +0000, Otto Cooper wrote: > Please do this at the end of the installation, as part of the package: > > cd /usr/local/bin; doas ln -s eopenssl36 eopenssl
The OpenSSL 3.6 port only really exists for interop testing. The ports tree will continue using 3.5. I added a link to 3.5: https://marc.info/?l=openbsd-ports-cvs&m=177463947229343&w=2 > If you have scripts or servers that rely on it, as I do, you do not want them > to stop working after a package update. Your problem to handle. General-purpose use of the OpenSSL packages isn't supported as the package's description explicitly states: """ This package is not intended for general-purpose use in OpenBSD - it is present for test/comparison purposes, and occasionally to provide support for applications which cannot be made compatible with LibreSSL (mostly due to use of removed APIs); in the latter case care must be taken - it will conflict if library dependencies use LibreSSL libraries. """
