Use HAVE_SIA_SES_INIT instead of HAVE_SIA for Digital UNIX

This commit is contained in:
Todd C. Miller
2008-12-02 17:30:39 +00:00
parent 2464ba1f58
commit 02a894a09c
4 changed files with 3 additions and 11 deletions

View File

@@ -94,7 +94,7 @@ int securid_verify __P((struct passwd *pw, char *pass, sudo_auth *auth));
# define AUTH_STANDALONE \
AUTH_ENTRY(0, "SecurId", \
securid_init, securid_setup, securid_verify, NULL)
#elif defined(HAVE_SIA)
#elif defined(HAVE_SIA_SES_INIT)
# define AUTH_STANDALONE \
AUTH_ENTRY(0, "sia", \
NULL, sia_setup, sia_verify, sia_cleanup)