From 5fdf06666c863cd62d53173d1d2011cdec71200c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 27 Dec 2003 16:10:30 +0000 Subject: Avoid including cryptlib.h, it's not really needed. Check if IDEA is being built or not. This is part of a large change submitted by Markus Friedl --- ssl/s2_pkt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ssl/s2_pkt.c') diff --git a/ssl/s2_pkt.c b/ssl/s2_pkt.c index d82f137613..a10929a757 100644 --- a/ssl/s2_pkt.c +++ b/ssl/s2_pkt.c @@ -113,7 +113,6 @@ #ifndef OPENSSL_NO_SSL2 #include #include -#include "cryptlib.h" #define USE_SOCKETS static int read_n(SSL *s,unsigned int n,unsigned int max,unsigned int extend); -- cgit v1.2.3