summaryrefslogtreecommitdiff
path: root/security/srp_client/patches
diff options
context:
space:
mode:
Diffstat (limited to 'security/srp_client/patches')
-rw-r--r--security/srp_client/patches/patch-ae22
-rw-r--r--security/srp_client/patches/patch-af15
-rw-r--r--security/srp_client/patches/patch-ag13
3 files changed, 50 insertions, 0 deletions
diff --git a/security/srp_client/patches/patch-ae b/security/srp_client/patches/patch-ae
new file mode 100644
index 00000000000..8eb762a13b0
--- /dev/null
+++ b/security/srp_client/patches/patch-ae
@@ -0,0 +1,22 @@
+$NetBSD: patch-ae,v 1.1 2000/08/23 23:26:46 wiz Exp $
+
+--- telnet/aclocal.m4.orig Fri Dec 11 01:03:43 1998
++++ telnet/aclocal.m4
+@@ -10,7 +10,7 @@
+ dnl AM_INIT_AUTOMAKE(package,version, [no-define])
+
+ AC_DEFUN(AM_INIT_AUTOMAKE,
+-[AC_REQUIRE([AM_PROG_INSTALL])
++[AC_REQUIRE([AC_PROG_INSTALL])
+ PACKAGE=[$1]
+ AC_SUBST(PACKAGE)
+ VERSION=[$2]
+@@ -36,7 +36,7 @@
+
+ # serial 1
+
+-AC_DEFUN(AM_PROG_INSTALL,
++AC_DEFUN(AC_PROG_INSTALL,
+ [AC_REQUIRE([AC_PROG_INSTALL])
+ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+ AC_SUBST(INSTALL_SCRIPT)dnl
diff --git a/security/srp_client/patches/patch-af b/security/srp_client/patches/patch-af
new file mode 100644
index 00000000000..862ccc833ac
--- /dev/null
+++ b/security/srp_client/patches/patch-af
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.1 2000/08/23 23:26:46 wiz Exp $
+
+--- telnet/libtelnet/enc-proto.h.orig Thu Dec 10 02:44:43 1998
++++ telnet/libtelnet/enc-proto.h
+@@ -163,10 +163,4 @@
+ #define des_set_random_generator_seed des_random_seed
+ #endif
+
+-int des_new_random_key P((Block));
+-void des_set_random_generator_seed P((Block));
+-int des_key_sched P((Block, Schedule));
+-void des_ecb_encrypt P((Block, Block, Schedule, int));
+-int des_string_to_key P((char *, Block));
+-void des_fixup_key_parity P((Block));
+ #endif /* ENCRYPTION */
diff --git a/security/srp_client/patches/patch-ag b/security/srp_client/patches/patch-ag
new file mode 100644
index 00000000000..8c2dab56ed1
--- /dev/null
+++ b/security/srp_client/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2000/08/23 23:26:46 wiz Exp $
+
+--- telnet/libtelnet/kerberos.c.orig Thu Dec 10 02:44:43 1998
++++ telnet/libtelnet/kerberos.c
+@@ -75,8 +75,6 @@
+ #include "misc.h"
+
+ int kerberos4_cksum P((unsigned char *, int));
+-int krb_mk_req P((KTEXT, char *, char *, char *, u_long));
+-int krb_rd_req P((KTEXT, char *, char *, u_long, AUTH_DAT *, char *));
+ int krb_kntoln P((AUTH_DAT *, char *));
+ int krb_get_cred P((char *, char *, char *, CREDENTIALS *));
+ int krb_get_lrealm P((char *, int));