X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/0a23d79f380455baae5ea17991154f8356472aed..ca24b5507e1129858ef7c87a4549f0e44237a7b1:/cipher-bf1.c diff --git a/cipher-bf1.c b/cipher-bf1.c index 5af695c1..e0e33b4c 100644 --- a/cipher-bf1.c +++ b/cipher-bf1.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cipher-bf1.c,v 1.5 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2003 Markus Friedl. All rights reserved. * @@ -23,15 +24,18 @@ */ #include "includes.h" -RCSID("$OpenBSD: cipher-bf1.c,v 1.1 2003/05/15 03:08:29 markus Exp $"); + +#include #include + +#include +#include + #include "xmalloc.h" #include "log.h" -#if OPENSSL_VERSION_NUMBER < 0x00906000L -#define SSH_OLD_EVP -#endif +#include "openbsd-compat/openssl-compat.h" /* * SSH1 uses a variation on Blowfish, all bytes must be swapped before