Skip to content

Commit

Permalink
OpenSSL 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Nov 3, 2022
1 parent 74e9459 commit f169436
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ instructions.

The macchina.io REMOTE SDK requires OpenSSL 1.0 or newer
on Linux and macOS systems.
We recommend using at 1.1.1l or newer.
OpenSSL 3.0 is not yet supported.
We recommend using OpenSSL version 1.1.1l or newer (including OpenSSL 3).

Most Unix/Linux systems already have OpenSSL preinstalled. If your system
does not have OpenSSL, please get it from <https://www.openssl.org> or
Expand Down
2 changes: 1 addition & 1 deletion build/config/Darwin-clang-libc++
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARCHFLAGS ?= -arch $(OSARCH)
SANITIZEFLAGS ?=
OSFLAGS ?= -mmacosx-version-min=10.11 -isysroot $(shell xcrun --show-sdk-path)

OPENSSL_DIR ?= /usr/local/opt/openssl@1.1
OPENSSL_DIR ?= /usr/local/opt/openssl

#
# Tools
Expand Down
1 change: 1 addition & 0 deletions cmake/PocoMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ install(
LIBRARY DESTINATION lib${LIB_SUFFIX}
ARCHIVE DESTINATION lib${LIB_SUFFIX}
RUNTIME DESTINATION bin
BUNDLE DESTINATION bin
INCLUDES DESTINATION include
)

Expand Down

0 comments on commit f169436

Please sign in to comment.