Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-10-28 04:34:44 +0300
committerAdam Langley <agl@google.com>2015-10-28 04:34:44 +0300
commitd84b5aec7eca5771f78ce3b57706688b1c1d0657 (patch)
treef6ac243f34b77bc77ee465910ba01f0fb363fcd4 /CMakeLists.txt
parentde659cdc2e4164d468d7035b74f7fd5dbeccf0cf (diff)
Don't build with OPENSSL_SMALL.
This was submitted to check that it worked on all the builders but, in normal usage, we should build without OPENSSL_SMALL so that everything is compiled. Change-Id: I31ac899862e3b31c55bf265a7ec5ff0cc9770b48
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 69bc3b11..5b5c088d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -81,7 +81,6 @@ if((CMAKE_COMPILER_IS_GNUCXX AND CMAKE_C_COMPILER_VERSION VERSION_GREATER "4.8.9
endif()
add_definitions(-DBORINGSSL_IMPLEMENTATION)
-add_definitions(-DOPENSSL_SMALL)
if (BUILD_SHARED_LIBS)
add_definitions(-DBORINGSSL_SHARED_LIBRARY)