From: Vitaly Chikunov Date: Sun, 21 Apr 2019 03:45:55 +0000 (+0300) Subject: Fix compilation on FreeBSD X-Git-Tag: v3.0.0~292^2 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F132%2Fhead;p=openssl-gost%2Fengine.git Fix compilation on FreeBSD Otherwise `struct sockaddr_in` is undefined for test_tls. Reported in #123 by f-andrey. --- diff --git a/test_tls.c b/test_tls.c index 6a9c02d..fa4048c 100644 --- a/test_tls.c +++ b/test_tls.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include