Clean up includes
authortb <tb@openbsd.org>
Fri, 15 Dec 2023 08:22:08 +0000 (08:22 +0000)
committertb <tb@openbsd.org>
Fri, 15 Dec 2023 08:22:08 +0000 (08:22 +0000)
lib/libcrypto/asn1/ameth_lib.c

index 9b4796a..5ae195a 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ameth_lib.c,v 1.35 2023/12/15 08:16:54 tb Exp $ */
+/* $OpenBSD: ameth_lib.c,v 1.36 2023/12/15 08:22:08 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2006.
  */
  *
  */
 
-#include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 
-#include <openssl/opensslconf.h>
-
-#include <openssl/asn1t.h>
 #include <openssl/err.h>
-#include <openssl/x509.h>
+#include <openssl/evp.h>
 
 #include "asn1_local.h"
 #include "evp_local.h"