artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25478f0
)
Use the correct headers to compile with libressl
author
beck
<beck@openbsd.org>
Wed, 26 Apr 2023 18:59:36 +0000
(18:59 +0000)
committer
beck
<beck@openbsd.org>
Wed, 26 Apr 2023 18:59:36 +0000
(18:59 +0000)
lib/libcrypto/x509/x509_policy.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/x509/x509_policy.c
b/lib/libcrypto/x509/x509_policy.c
index
b0c2712
..
ec98829
100644
(file)
--- a/
lib/libcrypto/x509/x509_policy.c
+++ b/
lib/libcrypto/x509/x509_policy.c
@@
-15,15
+15,14
@@
#include <openssl/x509.h>
#include <assert.h>
+#include <string.h>
-#include <openssl/mem.h>
-#include <openssl/obj.h>
+#include <openssl/objects.h>
#include <openssl/stack.h>
#include <openssl/x509v3.h>
-#include "../internal.h"
-#include "../x509v3/internal.h"
-#include "internal.h"
+#include "x509_internal.h"
+#include "x509_local.h"
// This file computes the X.509 policy tree, as described in RFC 5280, section