=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/cipher.c,v retrieving revision 1.77.2.1 retrieving revision 1.78 diff -u -r1.77.2.1 -r1.78 --- src/usr.bin/ssh/cipher.c 2006/10/06 03:19:32 1.77.2.1 +++ src/usr.bin/ssh/cipher.c 2006/03/19 18:51:18 1.78 @@ -1,4 +1,3 @@ -/* $OpenBSD: cipher.c,v 1.77.2.1 2006/10/06 03:19:32 brad Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -35,16 +34,13 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include +#include "includes.h" -#include - -#include -#include - #include "xmalloc.h" #include "log.h" #include "cipher.h" + +#include extern const EVP_CIPHER *evp_ssh1_bf(void); extern const EVP_CIPHER *evp_ssh1_3des(void);