Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F9914020
boringssl-disable-bssl-on-windows.patch
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
582 B
Referenced Files
None
Subscribers
None
boringssl-disable-bssl-on-windows.patch
View Options
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -765,8 +765,6 @@
target_link_libraries(entropy_modulewrapper crypto)
endif()
-add_executable(bssl ${BSSL_SOURCES})
-target_link_libraries(bssl ssl crypto)
if(BUILD_TESTING)
add_executable(generate_mldsa_certs pki/testdata/verify_unittest/generate_mldsa_certs.cc)
@@ -865,7 +863,6 @@
if(INSTALL_ENABLED)
install(TARGETS crypto ssl EXPORT OpenSSLTargets)
- install(TARGETS bssl)
install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
install(EXPORT OpenSSLTargets
FILE OpenSSLTargets.cmake
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Aug 1, 6:52 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
603664
Default Alt Text
boringssl-disable-bssl-on-windows.patch (582 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment