]> andersk Git - gssapi-openssh.git/blobdiff - openssh/cipher-bf1.c
Import of OpenSSH 4.4p1
[gssapi-openssh.git] / openssh / cipher-bf1.c
index 5af695c1740623a5b4f74efd78b0acd979104f0e..292488c5c61778bb4a1fd15577e40ae5a2c80266 100644 (file)
@@ -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.
  *
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: cipher-bf1.c,v 1.1 2003/05/15 03:08:29 markus Exp $");
+
+#include <sys/types.h>
 
 #include <openssl/evp.h>
+
+#include <stdarg.h>
+#include <string.h>
+
 #include "xmalloc.h"
 #include "log.h"
 
This page took 0.026592 seconds and 4 git commands to generate.