From a9ea01584a1be856081016e6b5a70e0ddac3fb55 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Wed, 9 Sep 1998 02:06:17 +0000
Subject: [PATCH] K5 patch from Pele <pele@artewisdom.com>

---
 clients/ud/string_to_key.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/clients/ud/string_to_key.c b/clients/ud/string_to_key.c
index 93a1b55336..3c880a4814 100644
--- a/clients/ud/string_to_key.c
+++ b/clients/ud/string_to_key.c
@@ -26,7 +26,7 @@
 
 #ifndef	lint
 static char rcsid_string_to_key_c[] =
-"$Id: string_to_key.c,v 1.2 1998/08/31 18:49:27 kurt Exp $";
+"$Id: string_to_key.c,v 1.3 1998/09/08 00:26:56 kurt Exp $";
 #endif
 
 #ifdef KERBEROS_V
@@ -57,6 +57,7 @@ extern void des_fixup_key_parity();
 #endif
 
 #if defined(WORLDPEACEINOURTIME) /* Use original, not ifs version */
+#ifndef KERBEROS_V
 /*
  * convert an arbitrary length string to a DES key
  */
@@ -143,6 +144,7 @@ des_string_to_key(str,key)
 		*((unsigned long *) key+1));
 }
 
+#endif /* KERBEROS_V */
 #else /* Use ifs version */
 
 #if 0
-- 
GitLab