aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/sntp/libevent/util-internal.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-05-04 04:45:59 +0000
committerCy Schubert <cy@FreeBSD.org>2015-05-04 04:45:59 +0000
commita25439b68651d176ae05867f5090d45fd85e9f24 (patch)
tree62ff96a32b854c652d9d65280d1d6fd2089b2f1e /contrib/ntp/sntp/libevent/util-internal.h
parent6a273d5ef7c73b3cbf7ed0379c36f8eec21a858a (diff)
parent4ba32eb5a8bf3455c09d1513ed2af8d2c861a6ba (diff)
MFV ntp 4.2.8p2 (r281348)
Reviewed by: delphij (suggested MFC) Approved by: roberto Security: CVE-2015-1798, CVE-2015-1799 Security: VuXML ebd84c96-dd7e-11e4-854e-3c970e169bc2 MFC after: 1 month
Notes
Notes: svn path=/head/; revision=282408
Diffstat (limited to 'contrib/ntp/sntp/libevent/util-internal.h')
-rw-r--r--contrib/ntp/sntp/libevent/util-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/sntp/libevent/util-internal.h b/contrib/ntp/sntp/libevent/util-internal.h
index 5866dbc518bd..4fdedeaf93c5 100644
--- a/contrib/ntp/sntp/libevent/util-internal.h
+++ b/contrib/ntp/sntp/libevent/util-internal.h
@@ -392,7 +392,7 @@ void evutil_free_secure_rng_globals_(void);
void evutil_free_globals_(void);
#ifdef _WIN32
-HANDLE evutil_load_windows_system_library_(const TCHAR *library_name);
+HMODULE evutil_load_windows_system_library_(const TCHAR *library_name);
#endif
#ifndef EV_SIZE_FMT