]> andersk Git - openssh.git/blobdiff - cipher-bf1.c
- stevesk@cvs.openbsd.org 2006/07/26 13:57:17
[openssh.git] / cipher-bf1.c
index 5af695c1740623a5b4f74efd78b0acd979104f0e..95b4e5e93dd487fa73f2466bae2e4a8880a9b188 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: cipher-bf1.c,v 1.4 2006/07/22 20:48:22 stevesk 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 <openssl/evp.h>
+
+#include <string.h>
+
 #include "xmalloc.h"
 #include "log.h"
 
This page took 0.030012 seconds and 4 git commands to generate.