summaryrefslogtreecommitdiff
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-21 20:49:15 +0000
committerBodo Möller <bodo@openssl.org>1999-07-21 20:49:15 +0000
commit664b99853cbefd2dc9f6ee56631f36b0f63d0d06 (patch)
tree45b4de7ba626a2ce59ad2c12de987e3e85663715 /crypto/cryptlib.c
parent16bc9fea4dd8cfbfefa9173f36859885d8ede705 (diff)
downloadopenssl-new-664b99853cbefd2dc9f6ee56631f36b0f63d0d06.tar.gz
avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines,
use new file buildinf.h instead.
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index d70a570dce..356c476a99 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -60,7 +60,6 @@
#include <string.h>
#include "cryptlib.h"
#include <openssl/crypto.h>
-#include "date.h"
#if defined(WIN32) || defined(WIN16)
static double SSLeay_MSVC5_hack=0.0; /* and for VC1.5 */