File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ option(COVERAGE "Enable profiling collection for code coverage calculation" OFF)
3636option (S2N_INTEG_TESTS "Enable the integrationv2 tests" OFF )
3737option (S2N_FAST_INTEG_TESTS "Enable the integrationv2 with more parallelism, only has effect if S2N_INTEG_TESTS=ON" ON )
3838option (S2N_INSTALL_S2NC_S2ND "Install the binaries s2nc and s2nd" OFF )
39+ option (S2N_USE_CRYPTO_SHARED_LIBS "For S2N to use shared libs in Findcrypto" OFF )
3940option (TSAN "Enable ThreadSanitizer to test thread safety" OFF )
4041option (ASAN "Enable AddressSanitizer to test memory safety" OFF )
4142
Original file line number Diff line number Diff line change 5656 )
5757
5858 if (NOT crypto_LIBRARY)
59- if (BUILD_SHARED_LIBS )
59+ if (BUILD_SHARED_LIBS OR S2N_USE_CRYPTO_SHARED_LIBS )
6060 if (crypto_SHARED_LIBRARY)
6161 set (crypto_LIBRARY ${crypto_SHARED_LIBRARY} )
6262 else ()
You can’t perform that action at this time.
0 commit comments