Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

Re: patch: openssh 3.9p1 on hp-ux 10.20

Subject: Re: patch: openssh 3.9p1 on hp-ux 10.20
Date: Tue, 21 Sep 2004 08:00:40 -0400
On Tue, Sep 21, 2004 at 09:38:05AM +1000, Damien Miller wrote:
This is what is in my tree at the moment (attached).

Works for me.  HP-UX 10.20 with gcc 3.2.2.

Index: includes.h
===================================================================
RCS file: /var/cvs/openssh/includes.h,v
retrieving revision 1.72
diff -u -r1.72 includes.h
--- includes.h        14 Aug 2004 14:01:48 -0000      1.72
+++ includes.h        20 Sep 2004 23:33:23 -0000
@@ -185,7 +185,7 @@
  * On HP-UX 11.11, shadow.h and prot.h provide conflicting declarations
  * of getspnam when _INCLUDE__STDC__ is defined, so we unset it here.
  */
-#ifdef __hpux
+#if defined(__hpux) && defined(HAVE_SECUREWARE)
 # ifdef _INCLUDE__STDC__
 #  undef _INCLUDE__STDC__
 # endif

<Prev in Thread] Current Thread [Next in Thread>