Displaying 1 result from an estimated 1 matches for "ssl_st".
Did you mean:
ssl_set
2018 Jan 10
3
Can't compile Asterisk on Fedora server
...lp at all.
Thanks Much;
John V.
make[1]: Leaving directory
'/usr/src/asterisk-certified-13.13-cert6/menuselect'
[CC] tcptls.c -> tcptls.o
tcptls.c: In function 'tcptls_stream_close':
tcptls.c:401:20: error: dereferencing pointer to incomplete type 'SSL {aka
struct ssl_st}'
if (!stream->ssl->server) {
^~
tcptls.c:404:5: warning: 'ERR_remove_thread_state' is deprecated
[-Wdeprecated-declarations]
ERR_remove_thread_state(NULL);
^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/opensslconf.h:42:...