summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-03-26 22:43:42 +0000
committertb <>2024-03-26 22:43:42 +0000
commit12f8a52bb78af91d293bf443addece7158b6bcc3 (patch)
tree9bfee9d360aeb6d87f301c222a74630d39530f3b
parenta93ce75e8965507e3c7c97ce13c3fa9a40592548 (diff)
downloadopenbsd-12f8a52bb78af91d293bf443addece7158b6bcc3.tar.gz
openbsd-12f8a52bb78af91d293bf443addece7158b6bcc3.tar.bz2
openbsd-12f8a52bb78af91d293bf443addece7158b6bcc3.zip
x509 trust: remove unneeded headers
-rw-r--r--src/lib/libcrypto/x509/x509_trs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_trs.c b/src/lib/libcrypto/x509/x509_trs.c
index 18eb8b86c4..f0f4eefb6a 100644
--- a/src/lib/libcrypto/x509/x509_trs.c
+++ b/src/lib/libcrypto/x509/x509_trs.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_trs.c,v 1.54 2024/03/25 04:03:26 tb Exp $ */ 1/* $OpenBSD: x509_trs.c,v 1.55 2024/03/26 22:43:42 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 1999. 3 * project 1999.
4 */ 4 */
@@ -59,12 +59,10 @@
59#include <stdio.h> 59#include <stdio.h>
60 60
61#include <openssl/asn1.h> 61#include <openssl/asn1.h>
62#include <openssl/err.h>
63#include <openssl/objects.h> 62#include <openssl/objects.h>
64#include <openssl/x509.h> 63#include <openssl/x509.h>
65#include <openssl/x509v3.h> 64#include <openssl/x509v3.h>
66 65
67#include "crypto_internal.h"
68#include "x509_internal.h" 66#include "x509_internal.h"
69#include "x509_local.h" 67#include "x509_local.h"
70 68