Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Jan 2017 08:08:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215820] security/xmlsec1 doesn't build with LibreSSL
Message-ID:  <bug-215820-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 215820
           Summary: security/xmlsec1 doesn't build with LibreSSL
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: hrs@FreeBSD.org
          Reporter: peter.kien@fastmail.co.uk
          Assignee: hrs@FreeBSD.org
             Flags: maintainer-feedback?(hrs@FreeBSD.org)

These are the error messages:

app.c:71:31: error: use of undeclared identifier
'OPENSSL_INIT_LOAD_CRYPTO_STRINGS'
    ret =3D OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CRYPTO_STRINGS |
                              ^
app.c:72:31: error: use of undeclared identifier 'OPENSSL_INIT_ADD_ALL_CIPH=
ERS'
                              OPENSSL_INIT_ADD_ALL_CIPHERS |
                              ^
app.c:73:31: error: use of undeclared identifier 'OPENSSL_INIT_ADD_ALL_DIGE=
STS'
                              OPENSSL_INIT_ADD_ALL_DIGESTS |
                              ^
app.c:74:31: error: use of undeclared identifier 'OPENSSL_INIT_LOAD_CONFIG'
                              OPENSSL_INIT_LOAD_CONFIG |

app.c:75:31: error: use of undeclared identifier 'OPENSSL_INIT_ASYNC'
                              OPENSSL_INIT_ASYNC |

app.c:76:31: error: use of undeclared identifier
'OPENSSL_INIT_ENGINE_ALL_BUILTIN'
                              OPENSSL_INIT_ENGINE_ALL_BUILTIN,

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