#include <stdlib.h> is not needed.
authorUlf Möller <ulf@openssl.org>
Wed, 31 May 2000 22:13:59 +0000 (22:13 +0000)
committerUlf Möller <ulf@openssl.org>
Wed, 31 May 2000 22:13:59 +0000 (22:13 +0000)
crypto/crypto.h

index 84894af56ce2f6453cd22c45d2544637b62cc4ff..8d8cb3d51e9eed22ab77ba210c75027c1c8f7c6b 100644 (file)
@@ -59,8 +59,6 @@
 #ifndef HEADER_CRYPTO_H
 #define HEADER_CRYPTO_H
 
-#include <stdlib.h>
-
 #ifndef NO_FP_API
 #include <stdio.h>
 #endif