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

Cannot be compiled in debian unstable #4

Open
mochrul opened this issue Oct 9, 2016 · 0 comments
Open

Cannot be compiled in debian unstable #4

mochrul opened this issue Oct 9, 2016 · 0 comments

Comments

@mochrul
Copy link

mochrul commented Oct 9, 2016

In debian unstable every ssl methos has been deprecated, only tls methods are available (at far as I know). Unfortunately it seems, the zorp uses some SSLv3 method unconditionally, which cause this:.

pyencryption.cc:109:72: error: 'SSLv3_server_method' was not declared in this scope
             self->ssl_client_context = SSL_CTX_new(SSLv3_server_method());
                                                                        ^
pyencryption.cc:141:72: error: 'SSLv3_client_method' was not declared in this scope
             self->ssl_server_context = SSL_CTX_new(SSLv3_client_method());
                                                                        ^
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

1 participant