--- stel/steld.c.orig	Fri Apr 26 12:29:24 1996
+++ stel/steld.c	Tue Nov 17 13:13:14 1998
@@ -664,6 +664,11 @@
 			break;
 		}
 unixauth:
+/*
+ * Commented out since openbsd does not use this.  Refer the the
+ * skeyaccess.c with is a seperate utility written by Wietse Venema.
+ * It is not used in our distribution of skey.
+ *
 		if (!skeyaccess(username, line, fromhost, fromhost)) {
 			syslog(LOGPRI,
 				"UNIX PASSWORDS NOT PERMITTED for %s from %s",
@@ -671,6 +676,7 @@
 			puts("UNIX passwords NOT permitted.");
 			sleepexit(1);
 		}
+ */
 		/* unix password authentication */
 		printf("steld: UNIX password authentication required for %s\n",
 								username);
