summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-01 22:23:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-01 22:23:49 +0000
commit5a24f873c833ac9787f8229fd90c11c72ce38419 (patch)
treec19efb7f223732c6a29130a1a50d5884fe08367b /usr.bin/ssh/servconf.c
parent0825a913aca6caf55d2fba608e5714dfa19c1b73 (diff)
randomseed is really gone now
Diffstat (limited to 'usr.bin/ssh/servconf.c')
-rw-r--r--usr.bin/ssh/servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c
index 4605c423bf8..9590653331c 100644
--- a/usr.bin/ssh/servconf.c
+++ b/usr.bin/ssh/servconf.c
@@ -12,7 +12,7 @@ Created: Mon Aug 21 15:48:58 1995 ylo
*/
#include "includes.h"
-RCSID("$Id: servconf.c,v 1.7 1999/10/01 02:38:09 provos Exp $");
+RCSID("$Id: servconf.c,v 1.8 1999/10/01 22:23:48 deraadt Exp $");
#include "ssh.h"
#include "servconf.h"
@@ -311,7 +311,7 @@ void read_server_config(ServerOptions *options, const char *filename)
break;
case sRandomSeedFile:
- fprintf(stderr, "%s line %d: option is obsolete.\n",
+ fprintf(stderr, "%s line %d: \"randomseed\" option is obsolete.\n",
filename, linenum);
cp = strtok(NULL, WHITESPACE);
break;