x509_algor: add a few missing includes
authortb <tb@openbsd.org>
Thu, 12 Oct 2023 04:53:45 +0000 (04:53 +0000)
committertb <tb@openbsd.org>
Thu, 12 Oct 2023 04:53:45 +0000 (04:53 +0000)
regress/lib/libcrypto/asn1/x509_algor.c

index f0c6369..1c8705a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: x509_algor.c,v 1.3 2023/10/11 13:13:25 tb Exp $ */
+/*     $OpenBSD: x509_algor.c,v 1.4 2023/10/12 04:53:45 tb Exp $ */
 /*
  * Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
  *
@@ -18,6 +18,9 @@
 #include <err.h>
 #include <stdio.h>
 
+#include <openssl/asn1.h>
+#include <openssl/evp.h>
+#include <openssl/objects.h>
 #include <openssl/x509.h>
 
 static int