diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-23 17:55:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-23 17:55:55 +0000 |
commit | c0237fa985b10e25c1dbe42e4eb026a769204820 (patch) | |
tree | 691e366d7caf85ec1a6be67f1cf94555d808e887 /libexec/telnetd/ext.h | |
parent | 418264f54ed1be02afdbd730bcd09c9e8202b62a (diff) |
delete SecurID hacks
Diffstat (limited to 'libexec/telnetd/ext.h')
-rw-r--r-- | libexec/telnetd/ext.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libexec/telnetd/ext.h b/libexec/telnetd/ext.h index 6fe7890e917..21a5a62f92f 100644 --- a/libexec/telnetd/ext.h +++ b/libexec/telnetd/ext.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ext.h,v 1.6 1998/05/08 19:37:45 deraadt Exp $ */ +/* $OpenBSD: ext.h,v 1.7 1998/07/23 17:55:50 deraadt Exp $ */ /* $NetBSD: ext.h,v 1.6 1996/02/28 20:38:13 thorpej Exp $ */ /* @@ -60,9 +60,6 @@ extern int diagnostic; /* telnet diagnostic capabilities */ #ifdef BFTPDAEMON extern int bftpd; /* behave as bftp daemon */ #endif /* BFTPDAEMON */ -#if defined(SecurID) -extern int require_SecurID; -#endif #if defined(AUTHENTICATION) extern int auth_level; #endif |