engines/ccgost/gost89.h: make word32 defintion unconditional.
authorAndy Polyakov <appro@openssl.org>
Fri, 8 Nov 2013 22:00:35 +0000 (23:00 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 8 Nov 2013 22:10:21 +0000 (23:10 +0100)
commitc76d6922b187dbfc24693743fde5c0b47ab4c88b
tree260f63952051b9678c4f6790f632f918e2b7a2ad
parent324149614406b4758a4f9d16d8755b6b73eff7ea
engines/ccgost/gost89.h: make word32 defintion unconditional.

Original definition depended on __LONG_MAX__ that is not guaranteed to
be present. As we don't support platforms with int narrower that 32 bits
it's appropriate to make defition inconditional.

PR: 3165
(cherry picked from commit 96180cac04591abfe50fc86096365553484bde65)
engines/ccgost/gost89.h