| Summary: | canhost.h needs to be included | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Dirk Meyer <dirk.meyer> |
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | FreeBSD | ||
|
Description
Dirk Meyer
2002-06-28 15:45:11 AEST
why is it required? i don't see any canohost.h functions in those files. Well it is conditional. # grep -C -n get_canonical_hostname auth2.c.orig 236- /* XXX: privsep */ 237- loginfailed(authctxt->user, 238: get_canonical_hostname(options.verify_reverse_mapping), 239- "ssh"); 240-#endif /* WITH_AIXAUTHENTICATE */ # grep -C -n get_canonical_hostname auth1.c.orig 327- /* XXX: privsep */ 328- loginfailed(authctxt->user, 329: get_canonical_hostname(options.verify_reverse_mapping), 330- "ssh"); 331-#endif /* WITH_AIXAUTHENTICATE */ i see. they were re/moved about 2 weeks ago. Mass change of RESOLVED bugs to CLOSED |