[asterisk-bugs] [JIRA] (ASTERISK-30107) Build failure with libressl
Fabrice Fontaine (JIRA)
noreply at issues.asterisk.org
Sun Jun 12 11:27:49 CDT 2022
Fabrice Fontaine created ASTERISK-30107:
-------------------------------------------
Summary: Build failure with libressl
Key: ASTERISK-30107
URL: https://issues.asterisk.org/jira/browse/ASTERISK-30107
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: . I did not set the category correctly.
Affects Versions: 16.25.2
Environment: buildroot
Reporter: Fabrice Fontaine
The following build failure is raised with libressl, it can be fixed by using SSL_is_server which is available since version 2.7.0 and
https://github.com/libressl-portable/openbsd/commit/d7ec516916c5eaac29b02d7a8ac6570f63b458f7:
iostream.c: In function 'ast_iostream_close':
iostream.c:559:41: error: invalid use of incomplete typedef 'SSL' {aka 'struct ssl_st'}
559 | if (!stream->ssl->server) {
| ^~
Full build log:
- http://autobuild.buildroot.org/results/ce4d62d00bb77ba5b303cacf6be7e350581a62f9
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list