mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
4cfcfc6f3d
- 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)
14 lines
243 B
C
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
|