minor housekeeping, no real code changes

This commit is contained in:
Todd C. Miller
2000-10-29 22:30:22 +00:00
parent e23d30b913
commit 7a93a4aa75
2 changed files with 5 additions and 5 deletions

View File

@@ -119,12 +119,12 @@ int securid_verify __P((struct passwd *pw, char *pass, sudo_auth *auth));
NULL, NULL, aixauth_verify, NULL)
#elif defined(HAVE_FWTK)
# define AUTH_STANDALONE \
AUTH_ENTRY(0, "fwtk", fwtk_init, \
NULL, fwtk_verify, fwtk_cleanup)
AUTH_ENTRY(0, "fwtk", \
fwtk_init, NULL, fwtk_verify, fwtk_cleanup)
#elif defined(HAVE_BSD_AUTH_H)
# define AUTH_STANDALONE \
AUTH_ENTRY(0, "bsdauth", bsdauth_init, \
NULL, bsdauth_verify, bsdauth_cleanup)
AUTH_ENTRY(0, "bsdauth", \
bsdauth_init, NULL, bsdauth_verify, bsdauth_cleanup)
#endif
#endif /* SUDO_AUTH_H */