- (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
Also removed some of the 'ISSUES' comments that have been verified by djm.
diff --git a/auth1.c b/auth1.c
index ee165a4..e990ff5 100644
--- a/auth1.c
+++ b/auth1.c
@@ -95,7 +95,7 @@
 #ifdef KRB4
 	    (!options.kerberos_authentication || options.kerberos_or_local_passwd) &&
 #endif
-#ifdef USE_PAM				/* ISSUE: Right?? */
+#ifdef USE_PAM
 	    auth_pam_password(pw, password)) {
 #else
 	    auth_password(pw, "")) {