mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix format %x -> %lx in des_string_to_key
This commit is contained in:
parent
a9871d7402
commit
2da4fca5c3
@ -122,7 +122,7 @@ des_string_to_key( char *str, register des_cblock *key )
|
||||
#ifdef USE_DES_DEBUG
|
||||
if (des_debug)
|
||||
fprintf(stdout,
|
||||
"\nResulting string_to_key = 0x%x 0x%x\n",
|
||||
"\nResulting string_to_key = 0x%lx 0x%lx\n",
|
||||
*((unsigned long *) key),
|
||||
*((unsigned long *) key+1));
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user