Skip to content
Snippets Groups Projects
Commit a9ea0158 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

K5 patch from Pele <pele@artewisdom.com>

parent 3707d106
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#ifndef lint #ifndef lint
static char rcsid_string_to_key_c[] = 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 #endif
#ifdef KERBEROS_V #ifdef KERBEROS_V
...@@ -57,6 +57,7 @@ extern void des_fixup_key_parity(); ...@@ -57,6 +57,7 @@ extern void des_fixup_key_parity();
#endif #endif
#if defined(WORLDPEACEINOURTIME) /* Use original, not ifs version */ #if defined(WORLDPEACEINOURTIME) /* Use original, not ifs version */
#ifndef KERBEROS_V
/* /*
* convert an arbitrary length string to a DES key * convert an arbitrary length string to a DES key
*/ */
...@@ -143,6 +144,7 @@ des_string_to_key(str,key) ...@@ -143,6 +144,7 @@ des_string_to_key(str,key)
*((unsigned long *) key+1)); *((unsigned long *) key+1));
} }
#endif /* KERBEROS_V */
#else /* Use ifs version */ #else /* Use ifs version */
#if 0 #if 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment