1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/security/hydra/files/patch-hydra.h
Greg Larkin 4cfcfc6f3d - 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 <cvs-src@yandex.ru> (maintainer)
2011-10-18 19:02:54 +00:00

14 lines
243 B
C

--- 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 <libssh/libssh.h>
-#endif
-
#define OPTION_SSL 1
#define PORT_NOPORT -1