You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[00:00:22] /wrkdirs/usr/ports/net-mgmt/icinga2/work/icinga2-2.14.2/lib/base/tlsutility.cpp:99:7: error: member access into incomplete type 'const SSL' (aka 'const ssl_st')
[00:00:22] ssl->s3->flags |= SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS;
[00:00:22] ^
[00:00:22] /usr/local/include/openssl/ossl_typ.h:172:16: note: forward declaration of 'ssl_st'
[00:00:22] typedef struct ssl_st SSL;
[00:00:22] ^
[00:00:22] 1 error generated.
To Reproduce
Build net-mgmt/icinga2 from the current ports tree with SSL=libressl in your make.conf
Expected behavior
Given the exponentially increasing complexity of computer science these days, I have given up the notion of expectations in this area. Some people might expect this to build against LibreSSL as it has in the past. :) I do understand that OpenSSL and LibreSSL are both changing fairly quickly.
Your Environment
Include as many relevant details about the environment you experienced the problem in
Version used: Icinga 2.14.2
Operating System and version: FreeBSD 13.2-STABLE
The text was updated successfully, but these errors were encountered:
Describe the bug
Building against LibreSSL produces the following poudriere output from the build log:
Looking in the code I tried this quite naive patch:
but this gave a different error:
To Reproduce
Build
net-mgmt/icinga2
from the current ports tree withSSL=libressl
in your make.confExpected behavior
Given the exponentially increasing complexity of computer science these days, I have given up the notion of expectations in this area. Some people might expect this to build against LibreSSL as it has in the past. :) I do understand that OpenSSL and LibreSSL are both changing fairly quickly.
Your Environment
Include as many relevant details about the environment you experienced the problem in
The text was updated successfully, but these errors were encountered: