Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use OpenSSL 3 if available to build liboqs on CircleCI/macOS. #222

Merged
merged 1 commit into from Jul 20, 2023
Merged

Use OpenSSL 3 if available to build liboqs on CircleCI/macOS. #222

merged 1 commit into from Jul 20, 2023

Conversation

ghost
Copy link

@ghost ghost commented Jul 19, 2023

This commit adds the OPENSSL_ROOT_DIR CMake variable to the command line for building liboqs.

The value assigned to OPENSSL_ROOT_DIR is the path to openssl@3.1 (i.e. the path to the directory containing lib, include among others) if exists, else an empty string.

@ghost ghost mentioned this pull request Jul 19, 2023
.circleci/config.yml Outdated Show resolved Hide resolved
This commit adds the `OPENSSL_ROOT_DIR` CMake variable to the command line
for building liboqs.

The value assigned to `OPENSSL_ROOT_DIR` is the path to `openssl@3.1` (i.e.
the path to the directory containing `lib`, `include` among others) if exists,
else en empty string.
@ghost ghost marked this pull request as ready for review July 19, 2023 14:00
@baentsch baentsch merged commit 8f20ab6 into open-quantum-safe:main Jul 20, 2023
@ghost ghost deleted the liboqs_macos_openssl3 branch July 20, 2023 06:09
feventura pushed a commit to EntrustCorporation/oqs-provider that referenced this pull request Mar 16, 2024
…uantum-safe#222)

This commit adds the `OPENSSL_ROOT_DIR` CMake variable to the command line
for building liboqs in CCI.

The value assigned to `OPENSSL_ROOT_DIR` is the path to `openssl@3.1` (i.e.
the path to the directory containing `lib`, `include` among others) if exists,
else en empty string.

Signed-off-by: Felipe Ventura <felipe.ventura@entrust.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant