#50 Fix too eager getrandom detection for Debian GNU/kFreeBSD
#52 and macOS
#51 Address lack of stdint.h in Visual Studio 2003 to 2008
+ #58 Address compile warnings
Special thanks to:
Cătălin Răceanu
László Böszörményi
S. P. Zeidler
+ Victor Stinner
Release 2.2.1 Sat June 17 2017
Security fixes:
* --------------------------------------------------------------------------
* Derived by William Ahern from the reference implementation[1] published[2]
* by Jean-Philippe Aumasson and Daniel J. Berstein.
- * Minimal changes by Sebastian Pipping on top, details below.
+ * Minimal changes by Sebastian Pipping and Victor Stinner on top, see below.
* Licensed under the CC0 Public Domain Dedication license.
*
* 1. https://www.131002.net/siphash/siphash24.c
* --------------------------------------------------------------------------
* HISTORY:
*
+ * 2017-06-23 (Victor Stinner)
+ * - Address Win64 compile warnings
+ *
* 2017-06-18 (Sebastian Pipping)
* - Address lack of stdint.h for Visual Studio 2003 to 2008
*