summaryrefslogtreecommitdiff
path: root/net/radius/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/radius/patches/patch-ab')
-rw-r--r--net/radius/patches/patch-ab30
1 files changed, 0 insertions, 30 deletions
diff --git a/net/radius/patches/patch-ab b/net/radius/patches/patch-ab
deleted file mode 100644
index 7f0a64ca947..00000000000
--- a/net/radius/patches/patch-ab
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2000/02/29 01:13:36 kim Exp $
-
---- src/mit_stringtokey.c.orig Tue May 12 22:37:17 1998
-+++ src/mit_stringtokey.c Tue Feb 29 03:04:46 2000
-@@ -47,7 +47,7 @@
- * convert an arbitrary length string to a DES key
- */
- int
--mit_string_to_key (str, key)
-+mit_stringtokey (str, key)
-
- char *str;
- register des_cblock *key;
-@@ -63,7 +63,6 @@
- register char *p_char;
- static char k_char[64];
- static des_key_schedule key_sked;
-- extern unsigned long des_cbc_cksum ();
-
- in_str = str;
- forward = 1;
-@@ -129,7 +128,7 @@
- C_Block key;
-
- {
-- mit_string_to_key (passwd, key);
-+ mit_stringtokey (passwd, key);
- return (0);
- }
- #endif /* #ifdef M_KERB */