From c3e2f7efce1209051fb1189cba8ad4b512c7447c Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 29 Feb 2024 20:06:24 +0000 Subject: Detect OPENSSL_NO_GOST correctly --- src/regress/lib/libcrypto/gost/gost2814789t.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/gost/gost2814789t.c b/src/regress/lib/libcrypto/gost/gost2814789t.c index f4914997cf..261b9271a9 100644 --- a/src/regress/lib/libcrypto/gost/gost2814789t.c +++ b/src/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[]) -- cgit v1.2.3-55-g6feb