2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

removed unecesary S/Key stuff

This commit is contained in:
Todd C. Miller
1995-11-19 23:26:10 +00:00
parent ac8c65d156
commit 5675d703fc

4
sudo.h
View File

@@ -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 */
/*