Tidy includes.
authorjsing <jsing@openbsd.org>
Thu, 10 Aug 2023 13:41:56 +0000 (13:41 +0000)
committerjsing <jsing@openbsd.org>
Thu, 10 Aug 2023 13:41:56 +0000 (13:41 +0000)
lib/libcrypto/md4/md4.c

index d05d5ac..12e3ac7 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: md4.c,v 1.6 2023/08/10 07:15:23 jsing Exp $ */
+/* $OpenBSD: md4.c,v 1.7 2023/08/10 13:41:56 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/md4.h>