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:20:24 +0000 (23:20 +0100)
commit16f2ba724d2acdf4366fd9dea7951f5b1664277c
treec9b54d0fefd51886ad210e34c9f2c1c6175b8233
parent0c0a51d34beecdeaa36d6d0a06bc78aac3a379ce
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