From: tb Date: Thu, 29 Feb 2024 20:06:24 +0000 (+0000) Subject: Detect OPENSSL_NO_GOST correctly X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=97ff57730be341639e1f5e6fe0215754f0ca6a22;p=openbsd Detect OPENSSL_NO_GOST correctly --- diff --git a/regress/lib/libcrypto/gost/gost2814789t.c b/regress/lib/libcrypto/gost/gost2814789t.c index f4914997cff..261b9271a9d 100644 --- a/regress/lib/libcrypto/gost/gost2814789t.c +++ b/regress/lib/libcrypto/gost/gost2814789t.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gost2814789t.c,v 1.10 2023/11/19 13:11:06 tb Exp $ */ +/* $OpenBSD: gost2814789t.c,v 1.11 2024/02/29 20:06:24 tb Exp $ */ /* vim: set fileencoding=ascii : Charset: ASCII */ /* test/gostr2814789t.c */ /* ==================================================================== @@ -9,6 +9,7 @@ * ==================================================================== */ #include +#include #if defined(OPENSSL_NO_GOST) int main(int argc, char *argv[])