Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Openssl wants void* instead of char* in 0x1000115fL #91

@moonshadow565

Description

@moonshadow565

The check for openssl wanting void is too small by 1 number :)
https://github.com/eidheim/Simple-WebSocket-Server/blob/master/crypto.hpp#L72
OPENSSL_VERSION_NUMBER <= 0x1000114fL should be OPENSSL_VERSION_NUMBER <= 0x1000115fL

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions