X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/540d72c3b0c580a78191cf0b5123c07e9e95d3b4..2d7c038e60d273876c288f4532769fb1be1166ec:/openssh/cipher-3des1.c diff --git a/openssh/cipher-3des1.c b/openssh/cipher-3des1.c index f815e8a..fc16e20 100644 --- a/openssh/cipher-3des1.c +++ b/openssh/cipher-3des1.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cipher-3des1.c,v 1.6 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-3des1.c,v 1.2 2003/12/22 20:29:55 markus Exp $"); + +#include #include + +#include +#include + #include "xmalloc.h" #include "log.h"