From 78e24268595f91f3d99d6e43e7f720a6590f6bba Mon Sep 17 00:00:00 2001
From: =?utf8?q?Ulf=20M=C3=B6ller?= <ulf@openssl.org>
Date: Wed, 31 May 2000 22:13:59 +0000
Subject: [PATCH] #include <stdlib.h> is not needed.

---
 crypto/crypto.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/crypto/crypto.h b/crypto/crypto.h
index 84894af56c..8d8cb3d51e 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -59,8 +59,6 @@
 #ifndef HEADER_CRYPTO_H
 #define HEADER_CRYPTO_H
 
-#include <stdlib.h>
-
 #ifndef NO_FP_API
 #include <stdio.h>
 #endif
-- 
2.25.1