swh:1:snp:6a171e5d8397eb3fd44b0e1dacb73d80daf8046e
Raw File
Tip revision: 914434a81cdf1cdd67c782227334e315225f1be6 authored by Jens Finkhaeuser on 12 May 2022, 09:21:56 UTC
For #13, make forcing OpenSSL to only expose non-deprecated symbols an
Tip revision: 914434a
meson_options.txt
option('openssl_force_subproject', type: 'boolean',
  value: false,
  description: '''If set, force the build to use the subproject version of
OpenSSL''',
)
option('openssl_no_deprecated', type: 'boolean',
  value: true,
  description: '''Force OpenSSL to only expose non-deprecated APIs. This is
usually the best choice.''',
)
back to top