Skip to content
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

tlsdate-0.0.13 fails to compile with libressl-2.5.0 #192

Open
zetok opened this issue Oct 1, 2016 · 1 comment
Open

tlsdate-0.0.13 fails to compile with libressl-2.5.0 #192

zetok opened this issue Oct 1, 2016 · 1 comment

Comments

@zetok
Copy link

zetok commented Oct 1, 2016

src/tlsdate-helper.c: In function ‘run_ssl’:
src/tlsdate-helper.c:1139:5: warning: implicit declaration of function ‘SSLv3_client_method’ [-Wimplicit-function-declaration]
     ctx = SSL_CTX_new(SSLv3_client_method());
     ^
src/tlsdate-helper.c:1139:23: warning: passing argument 1 of ‘SSL_CTX_new’ makes pointer from integer without a cast
     ctx = SSL_CTX_new(SSLv3_client_method());
                       ^
In file included from ./src/tlsdate-helper.h:38:0,
                 from src/tlsdate-helper.c:78:
/usr/include/openssl/ssl.h:1520:10: note: expected ‘const struct SSL_METHOD *’ but argument is of type ‘int’
 SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
          ^
@quickhot
Copy link

using 1.0

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