8000 Build fails while tryting to generate libtrans_iptls.so · Issue #18 · codeghar/Seagull · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Build fails while tryting to generate libtrans_iptls.so #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
allangi opened this issue Jun 17, 2018 · 2 comments
Open

Build fails while tryting to generate libtrans_iptls.so #18

allangi opened this issue Jun 17, 2018 · 2 comments

Comments

@allangi
Copy link
allangi commented Jun 17, 2018

[Compiling library-trans-tls/C_SecureSocket.cpp]
library-trans-tls/C_SecureSocket.cpp: In member function ‘virtual C_Socket* C_SecureSocketClient::process_fd_in_progess(fd_set*, fd_set*, C_TransportEvent*)’:
library-trans-tls/C_SecureSocket.cpp:300:12: error: invalid use of incomplete type ‘SSL’ {aka ‘struct ssl_st’}
m_ssl->rwstate = SSL_NOTHING ;
^~
In file included from /usr/include/openssl/crypto.h:31,
from /usr/include/openssl/bio.h:20,
from ./common/ssl_t.hpp:4,
from library-trans-tls/C_SecureSocket.hpp:24,
from library-trans-tls/C_SecureSocket.cpp:21:
/usr/include/openssl/ossl_typ.h:144:16: note: forward declaration of ‘SSL’ {aka ‘struct ssl_st’}
typedef struct ssl_st SSL;
^~~~~~

@allangi
Copy link
Author
allangi commented Jun 17, 2018

I tried researching this over google. Apparently OpenSSL has changed their APIs by making their objects opaque.

@Sal3h
Copy link
Sal3h commented Aug 10, 2019

Maybe installing libssl1.0-dev would solve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0