summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-03-26 22:43:42 +0000
committertb <>2024-03-26 22:43:42 +0000
commitdfebd0fff792063828933d50b827e6c0984e2454 (patch)
tree9bfee9d360aeb6d87f301c222a74630d39530f3b
parentb77719ed8e84324dfca3cf384b8c08a3f0d310ec (diff)
downloadopenbsd-dfebd0fff792063828933d50b827e6c0984e2454.tar.gz
openbsd-dfebd0fff792063828933d50b827e6c0984e2454.tar.bz2
openbsd-dfebd0fff792063828933d50b827e6c0984e2454.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