Skip to content

Commit

Permalink
Merge pull request microsoft#1 from jwillemsen/patch-1
Browse files Browse the repository at this point in the history
Updated support for OpenSSL v1.1
  • Loading branch information
fcharlie authored Sep 13, 2019
2 parents 8ce51e0 + 31726e0 commit 89b1b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/ace/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ else()
endif()
if("ssl" IN_LIST FEATURES)
list(APPEND ACE_FEATURE_LIST "ssl=1")
list(APPEND ACE_FEATURE_LIST "openssl11=1")
else()
list(APPEND ACE_FEATURE_LIST "ssl=0")
endif()
Expand Down

0 comments on commit 89b1b4b

Please sign in to comment.