Skip to content

Commit 7682c78

Browse files
remove libcrypto link from hpke, it is linked by parent project
1 parent e268000 commit 7682c78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlspp/lib/hpke/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ target_include_directories(${CURRENT_LIB_NAME}
1818
target_link_libraries(${CURRENT_LIB_NAME}
1919
PUBLIC
2020
bytes tls_syntax
21-
PRIVATE
22-
OpenSSL::Crypto
2321
)
2422

2523
target_include_directories(${CURRENT_LIB_NAME}

0 commit comments

Comments
 (0)