Index: head/ftp/lftp/files/patch-src-lftp_ssl.cc =================================================================== --- head/ftp/lftp/files/patch-src-lftp_ssl.cc (nonexistent) +++ head/ftp/lftp/files/patch-src-lftp_ssl.cc (revision 445583) @@ -0,0 +1,13 @@ +Fix build with LibreSSL + +--- src/lftp_ssl.cc.orig ++++ src/lftp_ssl.cc +@@ -772,7 +772,7 @@ + #elif USE_OPENSSL + //static int lftp_ssl_passwd_callback(char *buf,int size,int rwflag,void *userdata); + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER + // for compatibility with older versions + X509_OBJECT *X509_OBJECT_new() + { Property changes on: head/ftp/lftp/files/patch-src-lftp_ssl.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property