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

Symbol clashes with cl+ssl #186

Closed
Symbolics opened this issue Aug 17, 2021 · 1 comment
Closed

Symbol clashes with cl+ssl #186

Symbolics opened this issue Aug 17, 2021 · 1 comment

Comments

@Symbolics
Copy link

Symbolics commented Aug 17, 2021

I'm trying to compile cl-http2-protocol, which 'use's both cl-async and cl+ssl in its examples. I guess that's expected because both the cl-async package and cl+ssl package files both export these symbols:

+SSL-OP-NO-TLSV1-2+
+SSL-OP-NO-SSLV2+
+SSL-OP-NO-TLSV1+
+SSL-OP-NO-TLSV1-1+
+SSL-VERIFY-NONE+
+SSL-VERIFY-FAIL-IF-NO-PEER-CERT+
+SSL-OP-NO-SSLV3+
+SSL-VERIFY-PEER+
+SSL-VERIFY-CLIENT-ONCE+

Is there a recommendation when using these two libraries together?

@Symbolics
Copy link
Author

I realise that the SSL wrapper here doesn't use cl+ssl. Will import specific symbols.

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