Skip to content

Commit 62181b9

Browse files
authored
Merge pull request #180 from sc108-lee/fix/ssl
meson: ssl version checking allow version >=1.1.0
2 parents 29eac20 + a90705b commit 62181b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ conf.set('CONFIG_JSONC', json_c_dep.found(), description: 'Is json-c required?')
4545

4646
# Check for OpenSSL availability
4747
openssl_dep = dependency('openssl',
48+
version: '>=1.1.0',
4849
required: get_option('openssl'),
4950
fallback : ['openssl', 'openssl_dep'])
5051
if openssl_dep.found()

0 commit comments

Comments
 (0)