(krb5_verify): conditionalize on KRB5

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8497 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-01 13:48:13 +00:00
parent edb913ac33
commit 5700b02c69

View File

@@ -832,6 +832,7 @@ end_login(void)
dochroot = 0;
}
#ifdef KRB5
int
krb5_verify(struct passwd *pwd, char *passwd)
{
@@ -872,6 +873,7 @@ krb5_verify(struct passwd *pwd, char *passwd)
return ret;
return 0;
}
#endif
void
pass(char *passwd)