From bbe39a0540dc94326e91644accfa084242bb9f8a Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 26 Jan 2025 21:05:19 +0000 Subject: x509_obj.c: fix includes --- src/lib/libcrypto/x509/x509_obj.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/lib/libcrypto/x509/x509_obj.c b/src/lib/libcrypto/x509/x509_obj.c index 25cca54bdb..1fcc53e5f0 100644 --- a/src/lib/libcrypto/x509/x509_obj.c +++ b/src/lib/libcrypto/x509/x509_obj.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_obj.c,v 1.23 2025/01/26 20:01:58 tb Exp $ */ +/* $OpenBSD: x509_obj.c,v 1.24 2025/01/26 21:05:19 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,14 +57,15 @@ */ #include +#include +#include #include -#include -#include -#include +#include #include #include +#include "bytestring.h" #include "x509_local.h" static int -- cgit v1.2.3-55-g6feb