summaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-05-31 22:13:59 +0000
committerUlf Möller <ulf@openssl.org>2000-05-31 22:13:59 +0000
commit78e24268595f91f3d99d6e43e7f720a6590f6bba (patch)
tree2a0eec28e84caf05bd06fe470e818d2050c0e45d /crypto/crypto.h
parent602ef2ae006730f7002b1b274c35ebbe870eb78e (diff)
#include <stdlib.h> is not needed.
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r--crypto/crypto.h2
1 files changed, 0 insertions, 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