From 6e1f6667e4c4f6bc69bbeeee57ecfc42bfb2ac10 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 18 Apr 2023 08:47:28 +0000 Subject: Bring includes into canonical order Requested by jsing --- src/lib/libcrypto/ecdsa/ecdsa.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ecdsa/ecdsa.h') diff --git a/src/lib/libcrypto/ecdsa/ecdsa.h b/src/lib/libcrypto/ecdsa/ecdsa.h index d095ef40a3..6139dbac1a 100644 --- a/src/lib/libcrypto/ecdsa/ecdsa.h +++ b/src/lib/libcrypto/ecdsa/ecdsa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ecdsa.h,v 1.14 2023/04/18 08:33:43 tb Exp $ */ +/* $OpenBSD: ecdsa.h,v 1.15 2023/04/18 08:47:28 tb Exp $ */ /** * \file crypto/ecdsa/ecdsa.h Include file for the OpenSSL ECDSA functions * \author Written by Nils Larsch for the OpenSSL project @@ -65,9 +65,10 @@ #error ECDSA is disabled. #endif +#include #include + #include -#include #ifdef __cplusplus extern "C" { -- cgit v1.2.3-55-g6feb