sergot / openssl

OpenSSL bindings for Perl 6
MIT License
14 stars 31 forks source link

Default to OPENSSL_sk_num #85

Closed voegelas closed 3 years ago

voegelas commented 3 years ago

This pull request lets OpenSSL::Stack default to the symbol OPENSSL_sk_num instead of sk_num. OpenSSL 1.0.2, which provided the old symbol name, is out of support since December 2019. The issues #82 and #68 and possibly also #72 report problems with sk_num.

voegelas commented 3 years ago

The builds fail. It seems that older OpenSSL versions don't provide version numbers that are greater than 0 but smaller than 0x10100000. I will close this pull request.