diff options
| author | Xin LI <delphij@FreeBSD.org> | 2018-02-28 06:23:12 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2018-02-28 06:23:12 +0000 |
| commit | d14ac12f8738acac881f20b4d6244cfc22c68ead (patch) | |
| tree | 8888cc3c4a7235bf8abd28681330d20442bc3705 /include/ntp_stdlib.h | |
| parent | 07ac48c3644021279e113d530764a231e27490a7 (diff) | |
Diffstat (limited to 'include/ntp_stdlib.h')
| -rw-r--r-- | include/ntp_stdlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ntp_stdlib.h b/include/ntp_stdlib.h index a4e857425ff1..889c3b25ef42 100644 --- a/include/ntp_stdlib.h +++ b/include/ntp_stdlib.h @@ -97,8 +97,8 @@ extern void auth_prealloc_symkeys(int); extern int ymd2yd (int, int, int); /* a_md5encrypt.c */ -extern int MD5authdecrypt (int, const u_char *, u_int32 *, size_t, size_t); -extern size_t MD5authencrypt (int, const u_char *, u_int32 *, size_t); +extern int MD5authdecrypt (int, const u_char *, size_t, u_int32 *, size_t, size_t); +extern size_t MD5authencrypt (int, const u_char *, size_t, u_int32 *, size_t); extern void MD5auth_setkey (keyid_t, int, const u_char *, size_t, KeyAccT *c); extern u_int32 addr2refid (sockaddr_u *); |
