]> granicus.if.org Git - sudo/commitdiff
removed unecesary S/Key stuff
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 19 Nov 1995 23:26:10 +0000 (23:26 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 19 Nov 1995 23:26:10 +0000 (23:26 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index 5a4dd2d310cd446d00e361e42e3ce19c8807a097..5f0cf5632803c0db362535d7b3da2fc20064b962 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -158,10 +158,6 @@ int validate               __P((int));
 void set_perms         __P((int));
 void remove_timestamp  __P((void));
 void load_interfaces   __P((void));
-#ifdef HAVE_SKEY
-char *skey_getpass     __P((char *, struct passwd *, int));
-char *skey_crypt       __P((char *, char *, struct passwd *, int));
-#endif /* HAVE_SKEY */
 
 
 /*