X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/acc3d05ebe23862b769334c5cca606978b703f19..799ae497fc1f308e76517858d866bdd27b56cdd8:/openssh/cipher-bf1.c?ds=inline diff --git a/openssh/cipher-bf1.c b/openssh/cipher-bf1.c index 5af695c..292488c 100644 --- a/openssh/cipher-bf1.c +++ b/openssh/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,9 +24,14 @@ */ #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"