Merge pull request #4473 from BillyONeal/use_etc_ssl

Use /etc/ssl for OpenSSL's configuration on *nix.
This commit is contained in:
Alexander Karatarakis 2018-10-15 13:30:32 -07:00 committed by GitHub
commit 76ea5e321c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ add_custom_command(
no-md2
${PLATFORM}
"--prefix=${CMAKE_INSTALL_PREFIX}"
"--openssldir=${CMAKE_INSTALL_PREFIX}"
"--openssldir=/etc/ssl"
${CFLAGS}
COMMAND "${CMAKE_COMMAND}" "-DDIR=${BUILDDIR}" -P "${CMAKE_CURRENT_LIST_DIR}/remove-deps.cmake"
VERBATIM