Kinichiro Inoguchi wrote: > I think this 16 bytes string assignment has boundary issue. > > static const char sigma[16] = "expand 32-byte k"; > > I found this when I tried to build libressl-portable with MSVC on Windows.
another broken compiler? the above line is perfectly valid C.
