Skip to content

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

@volo-zyko

Description

@volo-zyko

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>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions