From 5f05637b0ef7058d3ab2ff385251f73dcc9cb5f7 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 16 Apr 2000 12:31:48 +1000 Subject: - Reduce diff against OpenBSD source - All OpenSSL includes are now unconditionally referenced as openssl/foo.h - Pick up formatting changes - Other minor changed (typecasts, etc) that I missed --- mpaux.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'mpaux.c') diff --git a/mpaux.c b/mpaux.c index 4deefe689..2384c826b 100644 --- a/mpaux.c +++ b/mpaux.c @@ -15,19 +15,13 @@ */ #include "includes.h" -RCSID("$Id: mpaux.c,v 1.11 2000/04/16 01:18:43 damien Exp $"); +RCSID("$Id: mpaux.c,v 1.12 2000/04/16 02:31:51 damien Exp $"); +#include #include "getput.h" #include "xmalloc.h" -#ifdef HAVE_OPENSSL -#include #include -#endif -#ifdef HAVE_SSL -#include -#include -#endif void compute_session_id(unsigned char session_id[16], -- cgit v1.2.3