summaryrefslogtreecommitdiff
path: root/ssh-rand-helper.c
diff options
context:
space:
mode:
authordjm <djm>2004-06-15 00:34:08 +0000
committerdjm <djm>2004-06-15 00:34:08 +0000
commit4c98f19e9ea29ffd9c21b2aaa5650c74baf5529c (patch)
treec65c4ba48251029b96f2936456142f9850c1c8bd /ssh-rand-helper.c
parent03360e807ed048263c8fdb018d11c6b792c40f02 (diff)
downloadopenssh-4c98f19e9ea29ffd9c21b2aaa5650c74baf5529c.tar.gz
- djm@cvs.openbsd.org 2004/06/13 15:03:02
[channels.c channels.h clientloop.c clientloop.h includes.h readconf.c] [readconf.h scp.1 sftp.1 ssh.1 ssh.c ssh_config.5] implement session multiplexing in the client (the server has supported this since 2.0); ok markus@
Diffstat (limited to 'ssh-rand-helper.c')
-rw-r--r--ssh-rand-helper.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c
index 8a320a71..471e7295 100644
--- a/ssh-rand-helper.c
+++ b/ssh-rand-helper.c
@@ -39,7 +39,7 @@
#include "pathnames.h"
#include "log.h"
-RCSID("$Id: ssh-rand-helper.c,v 1.16 2003/11/21 12:56:47 djm Exp $");
+RCSID("$Id: ssh-rand-helper.c,v 1.17 2004/06/15 00:34:08 djm Exp $");
/* Number of bytes we write out */
#define OUTPUT_SEED_SIZE 48
@@ -69,10 +69,6 @@ extern char *__progname;
char *__progname;
#endif
-#ifndef offsetof
-# define offsetof(type, member) ((size_t) &((type *)0)->member)
-#endif
-
#define WHITESPACE " \t\n"
#ifndef RUSAGE_SELF