diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 93f3ff6..df300af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -74,6 +74,8 @@ endif() | |||
74 | 74 | ||
75 | add_definitions(-DLIBRESSL_INTERNAL) | 75 | add_definitions(-DLIBRESSL_INTERNAL) |
76 | add_definitions(-DOPENSSL_NO_HW_PADLOCK) | 76 | add_definitions(-DOPENSSL_NO_HW_PADLOCK) |
77 | add_definitions(-D__BEGIN_HIDDEN_DECLS=) | ||
78 | add_definitions(-D__END_HIDDEN_DECLS=) | ||
77 | 79 | ||
78 | set(CMAKE_POSITION_INDEPENDENT_CODE true) | 80 | set(CMAKE_POSITION_INDEPENDENT_CODE true) |
79 | 81 | ||