Detect OPENSSL_NO_GOST correctly
authortb <tb@openbsd.org>
Thu, 29 Feb 2024 20:06:24 +0000 (20:06 +0000)
committertb <tb@openbsd.org>
Thu, 29 Feb 2024 20:06:24 +0000 (20:06 +0000)
regress/lib/libcrypto/gost/gost2814789t.c

index f491499..261b927 100644 (file)
@@ -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 <stdio.h>
+#include <openssl/opensslfeatures.h>
 
 #if defined(OPENSSL_NO_GOST)
 int main(int argc, char *argv[])