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

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

Closed
moonshadow565 opened this issue Dec 11, 2017 · 1 comment
Closed

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

moonshadow565 opened this issue Dec 11, 2017 · 1 comment

Comments

@moonshadow565
Copy link

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

@moonshadow565 moonshadow565 changed the title Openssl wants void* instead of char* in 0x1000114fL Openssl wants void* instead of char* in 0x1000115fL Dec 11, 2017
eidheim added a commit to eidheim/Simple-Web-Server that referenced this issue Dec 11, 2017
@eidheim
Copy link
Owner

eidheim commented Dec 11, 2017

Thank you for investigating and reporting this!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants