Use correct OpenSSL libraries for FreeBSD #34897
Labels
area-System.Security
os-freebsd
FreeBSD OS
untriaged
New issue has not been triaged by the area owner
src/libraries/Native/Unix/System.Security.Cryptography.Native/opensslshim.c
OpenLibrary()
doesn't currently find the correct libraries on my FreeBSD 11.3 build box.The version of OpenSSL included in the base 11.3 install is 1.0.2
OpenSSL 1.1.1 can be installed with the FreeBSD package manager
OpenLibrary()
needs to look forlibssl.so.11
andlibssl.so.8
to support these versions.@wfurt
The text was updated successfully, but these errors were encountered: