artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e735a7
)
x509_cpols.c will need to include x509_lcl.h soon
author
tb
<tb@openbsd.org>
Sat, 8 Jan 2022 07:25:52 +0000
(07:25 +0000)
committer
tb
<tb@openbsd.org>
Sat, 8 Jan 2022 07:25:52 +0000
(07:25 +0000)
lib/libcrypto/x509/x509_cpols.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/x509/x509_cpols.c
b/lib/libcrypto/x509/x509_cpols.c
index
2ace607
..
54b7178
100644
(file)
--- a/
lib/libcrypto/x509/x509_cpols.c
+++ b/
lib/libcrypto/x509/x509_cpols.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: x509_cpols.c,v 1.
2 2021/08/24 15:23:03
tb Exp $ */
+/* $OpenBSD: x509_cpols.c,v 1.
3 2022/01/08 07:25:52
tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999.
*/
@@
-66,6
+66,7
@@
#include <openssl/x509v3.h>
#include "pcy_int.h"
+#include "x509_lcl.h"
/* Certificate policies extension support: this one is a bit complex... */