From: Azat Khuzhin Date: Tue, 10 Nov 2015 17:26:50 +0000 (+0300) Subject: Add missing for openssl_hostname_validation module X-Git-Tag: release-2.1.6-beta~90^2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3316a21005e03183fdcbb0cca16661d003784cc9;p=libevent Add missing 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 from the generic headers). --- diff --git a/sample/openssl_hostname_validation.c b/sample/openssl_hostname_validation.c index b5adc67b..00e63d1e 100644 --- a/sample/openssl_hostname_validation.c +++ b/sample/openssl_hostname_validation.c @@ -41,6 +41,7 @@ SOFTWARE. #include #include +#include #include "openssl_hostname_validation.h" #include "hostcheck.h"