]> andersk Git - openssh.git/blobdiff - cipher-bf1.c
- stevesk@cvs.openbsd.org 2006/07/22 20:48:23
[openssh.git] / cipher-bf1.c
index b6aa0152a78ae0219c778725ad4c443dabbcda08..95b4e5e93dd487fa73f2466bae2e4a8880a9b188 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: cipher-bf1.c,v 1.3 2006/03/25 13:17:01 djm Exp $ */
+/* $OpenBSD: cipher-bf1.c,v 1.4 2006/07/22 20:48:22 stevesk Exp $ */
 /*
  * Copyright (c) 2003 Markus Friedl.  All rights reserved.
  *
@@ -26,6 +26,9 @@
 #include "includes.h"
 
 #include <openssl/evp.h>
+
+#include <string.h>
+
 #include "xmalloc.h"
 #include "log.h"
 
This page took 0.483235 seconds and 4 git commands to generate.