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:09:26 +0000 (23:09 +0100)
commit5b98979712bf699c335160341d159acec6890829
tree4a62dc3d7408e127f6bcfd07777ad104c7d52c23
parent9abbf5cce73199bbe5b0d1cfc98f6fa6e667501a
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