From 129e6a7558924fd605b1352ddfa7a910dee9ee89 Mon Sep 17 00:00:00 2001 From: green Date: Fri, 25 Feb 2000 01:53:12 +0000 Subject: The includes must be , not . --- crypto/openssh/cipher.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/openssh/cipher.c') diff --git a/crypto/openssh/cipher.c b/crypto/openssh/cipher.c index 552bbe3..e3698f0 100644 --- a/crypto/openssh/cipher.c +++ b/crypto/openssh/cipher.c @@ -9,6 +9,7 @@ * * Created: Wed Apr 19 17:41:39 1995 ylo * + * $FreeBSD$ */ #include "includes.h" @@ -17,7 +18,7 @@ RCSID("$Id: cipher.c,v 1.19 2000/02/22 15:19:29 markus Exp $"); #include "ssh.h" #include "cipher.h" -#include +#include /* * What kind of tripple DES are these 2 routines? -- cgit v1.1