summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/servconf.c b/servconf.c
index fdadea70d..1e77d32f7 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: servconf.c,v 1.68 2001/02/22 04:29:37 deraadt Exp $"); 13RCSID("$OpenBSD: servconf.c,v 1.69 2001/03/04 11:16:06 stevesk Exp $");
14 14
15#ifdef KRB4 15#ifdef KRB4
16#include <krb.h> 16#include <krb.h>
@@ -209,7 +209,7 @@ typedef enum {
209 sChallengeResponseAuthentication, 209 sChallengeResponseAuthentication,
210 sPasswordAuthentication, sKbdInteractiveAuthentication, sListenAddress, 210 sPasswordAuthentication, sKbdInteractiveAuthentication, sListenAddress,
211 sPrintMotd, sIgnoreRhosts, sX11Forwarding, sX11DisplayOffset, 211 sPrintMotd, sIgnoreRhosts, sX11Forwarding, sX11DisplayOffset,
212 sStrictModes, sEmptyPasswd, sRandomSeedFile, sKeepAlives, sCheckMail, 212 sStrictModes, sEmptyPasswd, sKeepAlives, sCheckMail,
213 sUseLogin, sAllowTcpForwarding, 213 sUseLogin, sAllowTcpForwarding,
214 sAllowUsers, sDenyUsers, sAllowGroups, sDenyGroups, 214 sAllowUsers, sDenyUsers, sAllowGroups, sDenyGroups,
215 sIgnoreUserKnownHosts, sCiphers, sMacs, sProtocol, sPidFile, 215 sIgnoreUserKnownHosts, sCiphers, sMacs, sProtocol, sPidFile,
@@ -261,7 +261,6 @@ static struct {
261 { "strictmodes", sStrictModes }, 261 { "strictmodes", sStrictModes },
262 { "permitemptypasswords", sEmptyPasswd }, 262 { "permitemptypasswords", sEmptyPasswd },
263 { "uselogin", sUseLogin }, 263 { "uselogin", sUseLogin },
264 { "randomseed", sRandomSeedFile },
265 { "keepalive", sKeepAlives }, 264 { "keepalive", sKeepAlives },
266 { "allowtcpforwarding", sAllowTcpForwarding }, 265 { "allowtcpforwarding", sAllowTcpForwarding },
267 { "allowusers", sAllowUsers }, 266 { "allowusers", sAllowUsers },
@@ -439,12 +438,6 @@ parse_filename:
439 charptr = &options->pid_file; 438 charptr = &options->pid_file;
440 goto parse_filename; 439 goto parse_filename;
441 440
442 case sRandomSeedFile:
443 fprintf(stderr, "%s line %d: \"randomseed\" option is obsolete.\n",
444 filename, linenum);
445 arg = strdelim(&cp);
446 break;
447
448 case sPermitRootLogin: 441 case sPermitRootLogin:
449 intptr = &options->permit_root_login; 442 intptr = &options->permit_root_login;
450 arg = strdelim(&cp); 443 arg = strdelim(&cp);