From c4f52d97f899ca9b2eb3e928a0efd05484fbd673 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 10 May 2025 11:51:01 +0000 Subject: asn_moid: move inclusion of err_local.h to the proper place --- src/lib/libcrypto/asn1/asn_moid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/asn1/asn_moid.c b/src/lib/libcrypto/asn1/asn_moid.c index e75a63969f..a9a752cc38 100644 --- a/src/lib/libcrypto/asn1/asn_moid.c +++ b/src/lib/libcrypto/asn1/asn_moid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asn_moid.c,v 1.19 2025/05/10 05:54:38 tb Exp $ */ +/* $OpenBSD: asn_moid.c,v 1.20 2025/05/10 11:51:01 tb Exp $ */ /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL * project 2001. */ @@ -65,8 +65,8 @@ #include #include "asn1_local.h" -#include "err_local.h" #include "conf_local.h" +#include "err_local.h" /* Simple ASN1 OID module: add all objects in a given section */ -- cgit v1.2.3-55-g6feb