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

Compilation issue in pion/include/pion/tcp/connection.hpp #119

Open
volo-zyko opened this issue Oct 3, 2016 · 0 comments
Open

Compilation issue in pion/include/pion/tcp/connection.hpp #119

volo-zyko opened this issue Oct 3, 2016 · 0 comments

Comments

@volo-zyko
Copy link

When pion is used with asio SSL then corresponding include (namely boost/asio/ssl.hpp) is done too early before PION_HAVE_SSL is defined (the later comes from pion/config.hpp). It looks like code in #ifdef PION_HAVE_SSL should go after #include <pion/config.hpp>.

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