EVP test: fix includes
authortb <tb@openbsd.org>
Mon, 27 Nov 2023 22:39:26 +0000 (22:39 +0000)
committertb <tb@openbsd.org>
Mon, 27 Nov 2023 22:39:26 +0000 (22:39 +0000)
regress/lib/libcrypto/evp/evp_test.c

index 88eb978..9b6e18e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: evp_test.c,v 1.8 2023/11/27 22:29:51 tb Exp $ */
+/*     $OpenBSD: evp_test.c,v 1.9 2023/11/27 22:39:26 tb Exp $ */
 /*
  * Copyright (c) 2022 Joel Sing <jsing@openbsd.org>
  * Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
 #include <stdio.h>
 #include <string.h>
 
+#include <openssl/crypto.h>
 #include <openssl/evp.h>
+#include <openssl/objects.h>
 #include <openssl/ossl_typ.h>
 
-#include "evp_local.h"
-
 static int
 evp_asn1_method_test(void)
 {