blob: 632499e2804f5defec033e0bb867bfc9023cf30e [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001diff --git a/CMakeLists.txt b/CMakeLists.txt
2index 1645a264a..12f8ca999 100644
3--- a/CMakeLists.txt
4+++ b/CMakeLists.txt
5@@ -635,6 +635,8 @@ add_library(
6 src/ssl/tls_record.cc
7 )
8
9+target_link_libraries(ssl crypto)
10+
11 add_executable(
12 bssl
13