Skip to content

Commit

Permalink
Merge pull request #10 from nxxm/debug/use_openssl
Browse files Browse the repository at this point in the history
Debug use openssl
  • Loading branch information
daminetreg authored Aug 18, 2021
2 parents 21df3b5 + af9f116 commit b31af10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .nxxm/deps
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
, "platform:vs-15-2017-win64-cxx17" : [ "Boost::system", "OpenSSL::+SSL", "OpenSSL::+Crypto", "target::crypt32" ]
, "platform:vs-16-2019-win64-cxx17" : [ "Boost::system", "OpenSSL::+SSL", "OpenSSL::+Crypto", "target::crypt32" ]

, "platform:linux" : [ "Boost::system", "BoringSSL::+ssl", "BoringSSL::+crypto", "BoringSSL::+decrepit", "target::dl" ]
, "platform:linux-cxx17" : [ "Boost::system", "BoringSSL::+ssl", "BoringSSL::+crypto", "BoringSSL::+decrepit", "target::dl" ]
, "platform:macos" : [ "Boost::system", "BoringSSL::+ssl", "BoringSSL::+crypto", "BoringSSL::+decrepit" ]
, "platform:macos-cxx17" : [ "Boost::system", "BoringSSL::+ssl", "BoringSSL::+crypto", "BoringSSL::+decrepit" ]
, "platform:linux" : [ "Boost::system","OpenSSL::+SSL", "OpenSSL::+Crypto", "target::dl" ]
, "platform:linux-cxx17" : [ "Boost::system", "OpenSSL::+SSL", "OpenSSL::+Crypto", "target::dl" ]
, "platform:macos" : [ "Boost::system", "OpenSSL::+SSL", "OpenSSL::+Crypto" ]
, "platform:macos-cxx17" : [ "Boost::system", "OpenSSL::+SSL", "OpenSSL::+Crypto" ]
, "platform:windows" : [ "Boost::system", "BoringSSL::+ssl", "BoringSSL::+crypto", "BoringSSL::+decrepit", "target::crypt32", "target::ws2_32" ]
, "platform:windows-cxx17" : [ "Boost::system", "BoringSSL::+ssl", "BoringSSL::+crypto", "BoringSSL::+decrepit", "target::crypt32", "target::ws2_32" ]

Expand Down

0 comments on commit b31af10

Please sign in to comment.