Missing const clashes with prototype definition in ntp_stdlib.h; fixed.

This commit is contained in:
Jordan K. Hubbard 1995-03-31 02:30:15 +00:00
parent 244c89d543
commit 8d0f93af56

View File

@ -22,7 +22,7 @@
*/
void
DESauth_subkeys(key, encryptkeys, decryptkeys)
U_LONG *key;
const U_LONG *key;
u_char *encryptkeys;
u_char *decryptkeys;
{