summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/files/patch-ad')
-rw-r--r--security/openssh/files/patch-ad15
1 files changed, 6 insertions, 9 deletions
diff --git a/security/openssh/files/patch-ad b/security/openssh/files/patch-ad
index 7dcdab138466..f3bbcbbe37d3 100644
--- a/security/openssh/files/patch-ad
+++ b/security/openssh/files/patch-ad
@@ -1,22 +1,19 @@
---- lib/Makefile.orig Mon Sep 24 22:34:07 2001
-+++ lib/Makefile Wed Oct 3 13:45:40 2001
-@@ -9,10 +9,14 @@
+--- lib/Makefile.orig Tue Jun 26 19:52:41 2001
++++ lib/Makefile Thu Nov 15 06:10:43 2001
+@@ -9,7 +9,11 @@
rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
key.c dispatch.c kex.c mac.c uuencode.c misc.c \
rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \
- scard.c
+ scard.c strlcpy.c strlcat.c
-
- SRCS+= readpassphrase.c
-
++
+.if defined(COMPAT_GETADDRINFO)
+SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
+.endif
-+
+
NOPROFILE= yes
NOPIC= yes
-
-@@ -20,6 +24,8 @@
+@@ -18,6 +22,8 @@
@echo -n
.include <bsd.own.mk>