1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 00:53:06 +00:00

Fix lib-openssl detection on FreeBSD, fixes #10046

This commit is contained in:
Jordi Boggiano 2021-08-19 15:00:08 +02:00
parent 9727adf63b
commit 74b231a4bc
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
2 changed files with 8 additions and 1 deletions

View file

@ -775,6 +775,13 @@ msgpack support => yes',
array(),
array(array('OPENSSL_VERSION_TEXT', null, 'OpenSSL 1.1.1g 21 Apr 2020')),
),
'openssl: distro peculiarities' => array(
'openssl',
null,
array('lib-openssl' => '1.1.1.7'),
array(),
array(array('OPENSSL_VERSION_TEXT', null, 'OpenSSL 1.1.1g-freebsd 21 Apr 2020')),
),
'openssl: two letters suffix' => array(
'openssl',
null,