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
This commit is contained in:
Adam Langley 2015-10-27 18:34:44 -07:00
parent de659cdc2e
commit d84b5aec7e

View File

@ -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)