Missing const clashes with prototype definition in ntp_stdlib.h; fixed.
This commit is contained in:
parent
244c89d543
commit
8d0f93af56
@ -22,7 +22,7 @@
|
||||
*/
|
||||
void
|
||||
DESauth_subkeys(key, encryptkeys, decryptkeys)
|
||||
U_LONG *key;
|
||||
const U_LONG *key;
|
||||
u_char *encryptkeys;
|
||||
u_char *decryptkeys;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user