From 28165f4292b1f71ce7a83d93015ffe9a72b349e8 Mon Sep 17 00:00:00 2001
From: jsing <>
Date: Thu, 28 Mar 2024 05:21:20 +0000
Subject: Tidy includes.

---
 src/lib/libcrypto/ripemd/ripemd.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'src')

diff --git a/src/lib/libcrypto/ripemd/ripemd.c b/src/lib/libcrypto/ripemd/ripemd.c
index 6bf8b61893..b05a63419b 100644
--- a/src/lib/libcrypto/ripemd/ripemd.c
+++ b/src/lib/libcrypto/ripemd/ripemd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ripemd.c,v 1.10 2024/03/28 05:16:11 jsing Exp $ */
+/* $OpenBSD: ripemd.c,v 1.11 2024/03/28 05:21:20 jsing Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -57,12 +57,12 @@
  */
 
 #include <stdio.h>
-#include <openssl/opensslv.h>
-#include <openssl/crypto.h>
-
 #include <stdlib.h>
 #include <string.h>
+
 #include <openssl/opensslconf.h>
+
+#include <openssl/crypto.h>
 #include <openssl/ripemd.h>
 
 /*
-- 
cgit v1.2.3-55-g6feb