Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 14:01:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 228248] sqlcipher fails to buid with libressl 2.7.x
Message-ID:  <bug-228248-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 228248
           Summary: sqlcipher fails to buid with libressl 2.7.x
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: tjlegg@gmail.com

Haven't looked to see the background on these conflicting definitions (both
libressl 2.7.2 and 2.7.3 with sqlcipher 3.4.2)

sqlcipher compile failure
sqlite3.c:21642:18: error: static declaration of 'HMAC_CTX_new' follows
non-static declaration
static HMAC_CTX *HMAC_CTX_new(void)
                 ^
/usr/local/include/openssl/hmac.h:86:11: note: previous declaration is here
HMAC_CTX *HMAC_CTX_new(void);
          ^
sqlite3.c:21655:13: error: static declaration of 'HMAC_CTX_free' follows
non-static declaration
static void 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);

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