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 --- auth-skey.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'auth-skey.c') diff --git a/auth-skey.c b/auth-skey.c index 056efeb9b..7eb32e8f2 100644 --- a/auth-skey.c +++ b/auth-skey.c @@ -1,17 +1,10 @@ #include "includes.h" - #ifdef SKEY RCSID("$Id: auth-skey.c,v 1.6 2000/04/14 10:30:29 markus Exp $"); #include "ssh.h" #include "packet.h" - -#ifdef HAVE_OPENSSL -#include -#endif -#ifdef HAVE_SSL -#include -#endif +#include /* from %OpenBSD: skeylogin.c,v 1.32 1999/08/16 14:46:56 millert Exp % */ -- cgit v1.2.3