Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
a9ea0158
Commit
a9ea0158
authored
Sep 09, 1998
by
Kurt Zeilenga
Browse files
K5 patch from Pele <pele@artewisdom.com>
parent
3707d106
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/ud/string_to_key.c
View file @
a9ea0158
...
...
@@ -26,7 +26,7 @@
#ifndef lint
static
char
rcsid_string_to_key_c
[]
=
"$Id: string_to_key.c,v 1.
2
1998/0
8/31 18:49:27
kurt Exp $"
;
"$Id: string_to_key.c,v 1.
3
1998/0
9/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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment