Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 18:53:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 212589] security/openconnect fails to compile with LiBRESSL
Message-ID:  <bug-212589-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 212589
           Summary: security/openconnect 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
             Flags: maintainer-feedback?(zi@FreeBSD.org)
          Assignee: zi@FreeBSD.org

openconnect fails with Libressl with:

openssl-esp.c:48:3: error: implicit declaration of function 'HMAC_CTX_free'=
 is
invalid in C99 [-Werror,-Wimplicit-function-declaration]
                HMAC_CTX_free(esp->hmac);
                ^
openssl-esp.c:97:14: error: implicit declaration of function 'HMAC_CTX_new'=
 is
invalid in C99 [-Werror,-Wimplicit-function-declaration]
        esp->hmac =3D HMAC_CTX_new();
                    ^
openssl-esp.c:97:12: warning: incompatible integer to pointer conversion
assigning to 'HMAC_CTX *' (aka 'struct hmac_ctx_st *') from 'int'
[-Wint-conversion]
        esp->hmac =3D HMAC_CTX_new();
                  ^ ~~~~~~~~~~~~~~
openssl-esp.c:98:16: warning: incompatible integer to pointer conversion
assigning to 'HMAC_CTX *' (aka 'struct hmac_ctx_st *') from 'int'
[-Wint-conversion]
        esp->pkt_hmac =3D HMAC_CTX_new();
                      ^ ~~~~~~~~~~~~~~
openssl-esp.c:189:2: error: implicit declaration of function 'HMAC_CTX_rese=
t'
is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        HMAC_CTX_reset(esp->pkt_hmac);

--=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-212589-13>