From 4e6d60bceb45b9cbb191d1a6b82e16c65371a4b8 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Thu, 14 Aug 2003 04:07:08 +0000 Subject: Remove original openldap2[012] ports. --- net/openldap22/files/patch-libraries::liblutil::passwd.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 net/openldap22/files/patch-libraries::liblutil::passwd.c (limited to 'net/openldap22/files/patch-libraries::liblutil::passwd.c') diff --git a/net/openldap22/files/patch-libraries::liblutil::passwd.c b/net/openldap22/files/patch-libraries::liblutil::passwd.c deleted file mode 100644 index 32de74e9ee11..000000000000 --- a/net/openldap22/files/patch-libraries::liblutil::passwd.c +++ /dev/null @@ -1,14 +0,0 @@ -# -# ITS#2562: add missing arg to hash_lanman -# ---- libraries/liblutil/passwd.c.orig Fri May 2 13:29:29 2003 -+++ libraries/liblutil/passwd.c Sun Jun 22 03:08:18 2003 -@@ -632,7 +632,7 @@ - { - struct berval *hash; - -- hash = hash_lanman( scheme, cred ); -+ hash = hash_lanman( scheme, cred, text ); - return memcmp( &hash->bv_val[scheme->bv_len], passwd->bv_val, 32); - } - #endif /* SLAPD_LMHASH */ -- cgit v1.2.3