Commit a40bab81 authored by Daniel Bevenius's avatar Daniel Bevenius
Browse files

build: add OPENSSL_API_COMPAT macro

This commit adds the OPENSSL_API_COMPAT macro and sets it to version
1.1.1 of OpenSSL when linking with a shared OpenSSL library.

The motivation for this is that when linking against OpenSSL 3.x there
are a lot of deprecation warnings and this allows them to be avoided.
When we later upgrade the code base to 3.x this value can then be
updated.
parent 0a2f16b7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment