]> andersk Git - openssh.git/blobdiff - cipher.c
Hopefully things did not get mixed around too much. It compiles under
[openssh.git] / cipher.c
index 89e3c279fcc52179b403a2e1885a043297bc34f7..c867216cc67377d7bbdf64ce4b195899c13cde37 100644 (file)
--- a/cipher.c
+++ b/cipher.c
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: cipher.c,v 1.41 2000/12/19 23:17:56 markus Exp $");
+RCSID("$OpenBSD: cipher.c,v 1.42 2001/01/21 19:05:46 markus Exp $");
 
-#include "ssh.h"
 #include "xmalloc.h"
+#include "log.h"
+#include "cipher.h"
 
 #include <openssl/md5.h>
 
This page took 0.034315 seconds and 4 git commands to generate.