]> andersk Git - openssh.git/blobdiff - roaming_dummy.c
- (dtucker) [openbsd-compat/openssl-compat.c] Bug #1707: Call OPENSSL_config()
[openssh.git] / roaming_dummy.c
index cd1d202574e82280bf5f9f326d9e1bcb949dc331..45c4008e7f9b9ff6f91606d701178cc90735c621 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: roaming_dummy.c,v 1.3 2009/06/21 09:04:03 dtucker Exp $ */
 /*
  * Copyright (c) 2004-2009 AppGate Network Security AB
  *
  * support roaming.
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 #include <unistd.h>
 
+#include "roaming.h"
+
 int resume_in_progress = 0;
 
-u_int64_t get_recv_bytes()
+u_int64_t
+get_recv_bytes(void)
 {
        return 0;
 }
@@ -49,7 +55,7 @@ add_recv_bytes(u_int64_t num)
 }
 
 int
-resume_kex()
+resume_kex(void)
 {
        return 1;
 }
This page took 0.047945 seconds and 4 git commands to generate.