From 3316a21005e03183fdcbb0cca16661d003784cc9 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Tue, 10 Nov 2015 20:26:50 +0300 Subject: [PATCH] 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). --- sample/openssl_hostname_validation.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.1