[Bug 228248] sqlcipher fails to buid with libressl 2.7.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 14 14:01:07 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228248

            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 at FreeBSD.org
          Reporter: tjlegg at 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);

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


More information about the freebsd-ports-bugs mailing list