CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/02/15 15:13:20
Modified files:
net/curl : Makefile
Added files:
net/curl/patches: patch-lib_vtls_openssl_c
Log message:
Unbreak - OpenSSL_version_num() was added to libressl but cURL has it's
own alternative for libressl/old openssl which was conflicting. Slightly
annoying because they want to print the LibreSSL version number and
OpenSSL_version_num() gives the fixed 2.0.0 coming from
OPENSSL_VERSION_NUMBER. Discussed with jsing