summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-sftp-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/files/patch-sftp-Makefile')
-rw-r--r--security/openssh/files/patch-sftp-Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/security/openssh/files/patch-sftp-Makefile b/security/openssh/files/patch-sftp-Makefile
index 9e1fd8f50b28..6f79ce06426b 100644
--- a/security/openssh/files/patch-sftp-Makefile
+++ b/security/openssh/files/patch-sftp-Makefile
@@ -1,6 +1,6 @@
---- sftp/Makefile.orig Mon Apr 16 04:31:52 2001
-+++ sftp/Makefile Sat May 26 15:49:42 2001
-@@ -7,8 +7,8 @@
+--- sftp/Makefile.orig Mon Apr 16 11:31:52 2001
++++ sftp/Makefile Thu Jul 12 18:59:02 2001
+@@ -7,13 +7,13 @@
BINMODE?=555
@@ -11,3 +11,9 @@
SRCS= sftp.c sftp-client.c sftp-int.c sftp-common.c sftp-glob.c scp-common.c
+ .include <bsd.prog.mk>
+
+-LDADD+= -lcrypto
++LDADD+= ${CRYPTOLIBS}
+ DPADD+= ${LIBCRYPTO}
+