- (djm) Merged big SCO portability patch from Tim Rice
   <tim@multitalents.net>
diff --git a/sshd.c b/sshd.c
index c11a896..7fed51c 100644
--- a/sshd.c
+++ b/sshd.c
@@ -667,6 +667,10 @@
 		}
 	}
 
+#ifdef HAVE_SCO_PROTECTED_PW
+	(void) set_auth_parameters(ac, av);
+#endif
+
 	/* Initialize the log (it is reinitialized below in case we forked). */
 	if (debug_flag && !inetd_flag)
 		log_stderr = 1;