Skip to content

Commit

Permalink
try avoiding empty compat libs
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Dec 14, 2023
1 parent 8489508 commit 834434b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ set(
x509/x_all.c
)

set(COMPAT_SRC "")
set(COMPAT_SRC empty.c)

if(UNIX)
set(CRYPTO_SRC ${CRYPTO_SRC} crypto_lock.c)
Expand Down
2 changes: 1 addition & 1 deletion tls/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(
tls_verify.c
)

set(TLS_COMPAT_SRC "")
set(TLS_COMPAT_SRC empty.c)

if(WIN32)
set(
Expand Down

0 comments on commit 834434b

Please sign in to comment.