artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e06ca5
)
x509_algor: add a few missing includes
author
tb
<tb@openbsd.org>
Thu, 12 Oct 2023 04:53:45 +0000
(
04:53
+0000)
committer
tb
<tb@openbsd.org>
Thu, 12 Oct 2023 04:53:45 +0000
(
04:53
+0000)
regress/lib/libcrypto/asn1/x509_algor.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/asn1/x509_algor.c
b/regress/lib/libcrypto/asn1/x509_algor.c
index
f0c6369
..
1c8705a
100644
(file)
--- a/
regress/lib/libcrypto/asn1/x509_algor.c
+++ b/
regress/lib/libcrypto/asn1/x509_algor.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: x509_algor.c,v 1.
3 2023/10/11 13:13:2
5 tb Exp $ */
+/* $OpenBSD: x509_algor.c,v 1.
4 2023/10/12 04:53:4
5 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