From 4cfcfc6f3daf947a277234d438f5d0064510cbf2 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Tue, 18 Oct 2011 19:02:54 +0000 Subject: - Updated to 7.1 - Added patch to avoid superfluous inclusion of libssh.h to make it build with WITH_SSH PR: ports/161543 Submitted by: Ruslan Mahmatkhanov (maintainer) --- security/hydra/files/patch-hydra.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 security/hydra/files/patch-hydra.h (limited to 'security/hydra/files/patch-hydra.h') diff --git a/security/hydra/files/patch-hydra.h b/security/hydra/files/patch-hydra.h new file mode 100644 index 000000000000..01b3d5d2af17 --- /dev/null +++ b/security/hydra/files/patch-hydra.h @@ -0,0 +1,13 @@ +--- hydra.h.orig 2011-10-02 12:06:16.000000000 +0400 ++++ hydra.h 2011-10-13 15:08:39.000000000 +0400 +@@ -30,10 +30,6 @@ + #endif + #endif + +-#ifdef LIBSSH +-#include +-#endif +- + #define OPTION_SSL 1 + + #define PORT_NOPORT -1 -- cgit v1.2.3