CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/10 12:53:50
Modified files:
lib/libc/crypt : arc4random.c
Log message:
Add support for building arc4random with MSVC.
By default, MSVC's stdlib.h defines min(), so we need to spell out something
less common to avoid picking it up.
ok deraadt@ beck@ miod@
