mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-17 00:07:04 -04:00
Add missing <string.h> for openssl_hostname_validation module
Now it included by openssl, but nfter openssl/openssl@master-post-reformat-1494-g6329b60 it will print warning (apparently they dropped <string.h> from the generic headers).
This commit is contained in:
parent
29573f0db4
commit
3316a21005
@ -41,6 +41,7 @@ SOFTWARE.
|
||||
|
||||
#include <openssl/x509v3.h>
|
||||
#include <openssl/ssl.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "openssl_hostname_validation.h"
|
||||
#include "hostcheck.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user