From 74c679e3d7f79520d731ccb3dfe3aeec85dabaf8 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 31 Mar 1995 02:30:15 +0000 Subject: Missing const clashes with prototype definition in ntp_stdlib.h; fixed. --- usr.sbin/xntpd/lib/authdes.c.export | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/xntpd') diff --git a/usr.sbin/xntpd/lib/authdes.c.export b/usr.sbin/xntpd/lib/authdes.c.export index cb311f9..a22fc83 100644 --- a/usr.sbin/xntpd/lib/authdes.c.export +++ b/usr.sbin/xntpd/lib/authdes.c.export @@ -22,7 +22,7 @@ */ void DESauth_subkeys(key, encryptkeys, decryptkeys) - U_LONG *key; + const U_LONG *key; u_char *encryptkeys; u_char *decryptkeys; { -- cgit v1.1