=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/ssh/servconf.h 1999/09/29 18:16:20 1.3 +++ src/usr.bin/ssh/servconf.h 1999/10/01 02:38:09 1.4 @@ -13,7 +13,7 @@ */ -/* RCSID("$Id: servconf.h,v 1.3 1999/09/29 18:16:20 dugsong Exp $"); */ +/* RCSID("$Id: servconf.h,v 1.4 1999/10/01 02:38:09 provos Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H @@ -26,7 +26,6 @@ int port; /* Port number to listen on. */ struct in_addr listen_addr; /* Address on which the server listens. */ char *host_key_file; /* File containing host key. */ - char *random_seed_file; /* File containing random seed. */ int server_key_bits; /* Size of the server key. */ int login_grace_time; /* Disconnect if no auth in this time (sec). */ int key_regeneration_time; /* Server key lifetime (seconds). */