Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 23:06:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215363] Irc/hexchat fails with libressl
Message-ID:  <bug-215363-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215363

            Bug ID: 215363
           Summary: Irc/hexchat fails with libressl
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: w.schwarzenfeld@utanet.at

Created attachment 178040
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D178040&action=
=3Dedit
svn_diff-Irc_hexchat

Update fails on 10.3-RELEASE_amd64  /I have libressl)
with:;
ssl.c:182:13: error: implicit declaration of function
 'X509_get_signature_nid' is invalid in C99 [-Werror,-Wimplicit-function-d
 eclaration]
         sign_alg =3D X509_get_signature_nid (peer_cert);
                    ^
ssl.c:312:11: error: implicit declaration of function
'SSL_CTX_get_ssl_method' is invalid in C99 [-Werror,-Wimplicit-function-d
eclaration]
        method =3D SSL_CTX_get_ssl_method (ctx);
                  ^
ssl.c:312:11: note: did you mean 'SSL_get_ssl_method'?
/usr/local/include/openssl/ssl.h:1708:19: note: 'SSL_get_ssl_method'
declared here
const SSL_METHOD *SSL_get_ssl_method(SSL *s);

-----
Testbuilds of the patch with poudriere 10.3amd64/i386 ok.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215363-13>