diff options
author | Brent Cook <busterb@gmail.com> | 2019-06-12 09:08:17 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-06-12 09:08:17 -0500 |
commit | b3e2e713104298ded9e7ad69e33e0959ceca5f29 (patch) | |
tree | 6cc5ce588d29730b1b753d4ca66216a596cdb8ea | |
parent | 5ed7cf2553e7dc2e2935666575b59fcfafc17ef7 (diff) | |
download | portable-b3e2e713104298ded9e7ad69e33e0959ceca5f29.tar.gz portable-b3e2e713104298ded9e7ad69e33e0959ceca5f29.tar.bz2 portable-b3e2e713104298ded9e7ad69e33e0959ceca5f29.zip |
default to a directory that is not world-creatable
-rw-r--r-- | crypto/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 1e7baae..3b5955c 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -933,7 +933,7 @@ if(NOT "${OPENSSLDIR}" STREQUAL "") | |||
933 | add_definitions(-DOPENSSLDIR=\"${OPENSSLDIR}\") | 933 | add_definitions(-DOPENSSLDIR=\"${OPENSSLDIR}\") |
934 | else() | 934 | else() |
935 | if(WIN32) | 935 | if(WIN32) |
936 | add_definitions(-DOPENSSLDIR=\"C:/libressl/ssl\") | 936 | add_definitions(-DOPENSSLDIR=\"C:/Windows/libressl/ssl\") |
937 | else() | 937 | else() |
938 | add_definitions(-DOPENSSLDIR=\"${CMAKE_INSTALL_PREFIX}/etc/ssl\") | 938 | add_definitions(-DOPENSSLDIR=\"${CMAKE_INSTALL_PREFIX}/etc/ssl\") |
939 | endif() | 939 | endif() |