default to a directory that is not world-creatable
This commit is contained in:
parent
5ed7cf2553
commit
b3e2e71310
@ -933,7 +933,7 @@ if(NOT "${OPENSSLDIR}" STREQUAL "")
|
||||
add_definitions(-DOPENSSLDIR=\"${OPENSSLDIR}\")
|
||||
else()
|
||||
if(WIN32)
|
||||
add_definitions(-DOPENSSLDIR=\"C:/libressl/ssl\")
|
||||
add_definitions(-DOPENSSLDIR=\"C:/Windows/libressl/ssl\")
|
||||
else()
|
||||
add_definitions(-DOPENSSLDIR=\"${CMAKE_INSTALL_PREFIX}/etc/ssl\")
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user