Version:
Usage
Install the latest openssl package with the following command:
meson wrap install opensslOr, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from openssl 3.0.8-3 can be used by adding the following lines to your meson.build file:
libcrypto_dep = dependency('libcrypto')
libssl_dep = dependency('libssl')
openssl_dep = dependency('openssl')Project Options
Loading patch files...
Patch Files Preview
Loading patch files...