Skip to content

Commit

Permalink
OpenSSL s/1.1.0/1.1.1/
Browse files Browse the repository at this point in the history
The commit that moved ECC into OpenSSL chose version 1.1.1, and I should
have stuck with that, since that's where ECC got EVP support.  Whoops!
  • Loading branch information
pallas committed Dec 7, 2020
1 parent 3ec97a4 commit 0e38c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ target_link_libraries( airplay
${LIBPLIST} )

if( UNIX AND NOT APPLE )
find_package(OpenSSL 1.1.0 REQUIRED)
target_compile_definitions(airplay PUBLIC OPENSSL_API_COMPAT=0x10100000L)
find_package(OpenSSL 1.1.1 REQUIRED)
target_compile_definitions(airplay PUBLIC OPENSSL_API_COMPAT=0x10101000L)
target_link_libraries( airplay OpenSSL::Crypto )
target_link_libraries( airplay dns_sd )
else()
Expand Down

0 comments on commit 0e38c2a

Please sign in to comment.