Tidy includes.
authorjsing <jsing@openbsd.org>
Thu, 28 Mar 2024 05:21:20 +0000 (05:21 +0000)
committerjsing <jsing@openbsd.org>
Thu, 28 Mar 2024 05:21:20 +0000 (05:21 +0000)
lib/libcrypto/ripemd/ripemd.c

index 6bf8b61..b05a634 100644 (file)
@@ -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.
  *
  */
 
 #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>
 
 /*