any HP-UX 10.26 out there?

Tim Rice tim at multitalents.net
Sat Jan 3 11:51:57 EST 2009


Anyone have access to a HP/UX 10.26 machine that could test a small patch?

I want to commit a patch for OpenServer 6 that adds SECUREWARE support
for the OpenServer 6 SVR5 ABI. The changes affect one platform I do not
have access to (HP-UX 10.26). The change in question is
......
--- openssh/openbsd-compat/xcrypt.c.old	2007-03-26 08:42:45.624801002 -0700
+++ openssh/openbsd-compat/xcrypt.c	2008-12-29 17:30:51.460000000 -0800
@@ -28,7 +28,7 @@
 #include <unistd.h>
 #include <pwd.h>
 
-# ifdef HAVE_CRYPT_H
+# if defined(HAVE_CRYPT_H) && !defined(HAVE_SECUREWARE)
 #  include <crypt.h>
 # endif
 
......

I looked through my collection of surveys and don't see any sent in for
HP-UX 10.26 to see if they even define HAVE_CRYPT_H

Thanks.

-- 
Tim Rice				Multitalents	(707) 887-1469
tim at multitalents.net




More information about the openssh-unix-dev mailing list