summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/include/ntp_stdlib.h
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2016-04-27 07:46:38 +0000
committerdelphij <delphij@FreeBSD.org>2016-04-27 07:46:38 +0000
commita3a54e251a8cfd2f3e18bfc988584e4deaef9e56 (patch)
tree89c803d8ff6ef95cafc2a4cb08de66848195099a /contrib/ntp/include/ntp_stdlib.h
parentbfb191f240107e9d6573c5106848927ba7b82ec6 (diff)
parent759809282c676f97898ae19584803d31e41910ce (diff)
downloadFreeBSD-src-a3a54e251a8cfd2f3e18bfc988584e4deaef9e56.zip
FreeBSD-src-a3a54e251a8cfd2f3e18bfc988584e4deaef9e56.tar.gz
MFV r298691:
ntp 4.2.8p7. Security: CVE-2016-1547, CVE-2016-1548, CVE-2016-1549, CVE-2016-1550 Security: CVE-2016-1551, CVE-2016-2516, CVE-2016-2517, CVE-2016-2518 Security: CVE-2016-2519 Security: FreeBSD-SA-16:16.ntp With hat: so
Diffstat (limited to 'contrib/ntp/include/ntp_stdlib.h')
-rw-r--r--contrib/ntp/include/ntp_stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/include/ntp_stdlib.h b/contrib/ntp/include/ntp_stdlib.h
index 98ac69e..5a20a83 100644
--- a/contrib/ntp/include/ntp_stdlib.h
+++ b/contrib/ntp/include/ntp_stdlib.h
@@ -200,7 +200,7 @@ extern int authnumfreekeys;
extern keyid_t cache_keyid; /* key identifier */
extern int cache_type; /* key type */
extern u_char * cache_secret; /* secret */
-extern u_short cache_secretsize; /* secret octets */
+extern size_t cache_secretsize; /* secret octets */
extern u_short cache_flags; /* KEY_ bit flags */
/* getopt.c */
OpenPOWER on IntegriCloud