Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Oct 2018 15:00:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232032] security/duo fails to compile with LIBRESSL
Message-ID:  <bug-232032-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 232032
           Summary: security/duo fails to compile with LIBRESSL
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: zi@FreeBSD.org
          Reporter: w.schwarzenfeld@utanet.at
          Assignee: zi@FreeBSD.org
             Flags: maintainer-feedback?(zi@FreeBSD.org)

Created attachment 197871
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D197871&action=
=3Dedit
svn-diff-libressl-duo

fails with:
--- https.lo ---
https.c:358:1: error: static declaration of 'HMAC_CTX_new' follows non-stat=
ic
declaration
HMAC_CTX_new(void)
^
/usr/local/include/openssl/hmac.h:86:11: note: previous declaration is here
HMAC_CTX *HMAC_CTX_new(void);
          ^
https.c:368:1: error: static declaration of 'HMAC_CTX_free' follows non-sta=
tic
declaration
HMAC_CTX_free(HMAC_CTX *ctx)
^
/usr/local/include/openssl/hmac.h:87:6: note: previous declaration is here
void HMAC_CTX_free(HMAC_CTX *ctx);
     ^
2 errors generated.
*** [https.lo] Error code 1

--=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-232032-7788>