Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2021 11:27:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259752] mail/exim-ldap2 : build failed with "./tls-openssl.c:2334:22: error: incomplete definition of type 'struct ssl_cipher_st'"
Message-ID:  <bug-259752-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 259752
           Summary: mail/exim-ldap2 : build failed with
                    "./tls-openssl.c:2334:22: error: incomplete definition
                    of type 'struct ssl_cipher_st'"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: fluffy@FreeBSD.org
          Reporter: korsani@free.fr
          Assignee: fluffy@FreeBSD.org
             Flags: maintainer-feedback?(fluffy@FreeBSD.org)

Hi,

I use libressl. It just been updated. I need to rebuild mail/exim-ldap2. It
fails with :

```
cc tls.c
In file included from tls.c:137:
./tls-openssl.c:2334:22: error: incomplete definition of type 'struct
ssl_cipher_st'
ushort id =3D 0xffff & SSL_CIPHER_get_id(SSL_get_current_cipher(ssl));
                     ^                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
./tls-openssl.c:131:34: note: expanded from macro 'SSL_CIPHER_get_id'
#  define SSL_CIPHER_get_id(c) (c->id)
                                ~^
/usr/local/include/openssl/ssl.h:364:16: note: forward declaration of 'stru=
ct
ssl_cipher_st'
typedef struct ssl_cipher_st SSL_CIPHER;
```

Exim is 4.94.2, libressl is 3.4.1

I didn't found any workaround that do not require to uninstall my running
exim...
As libressl has been updated, if I stop exim it won't restart (as it requir=
es
previous version of libressl)

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