diff options
Diffstat (limited to 'openssl/engines')
-rw-r--r-- | openssl/engines/ccgost/gost89.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openssl/engines/ccgost/gost89.h b/openssl/engines/ccgost/gost89.h index 215785251..8da2407b0 100644 --- a/openssl/engines/ccgost/gost89.h +++ b/openssl/engines/ccgost/gost89.h @@ -87,10 +87,6 @@ extern gost_subst_block Gost28147_CryptoProParamSetB; extern gost_subst_block Gost28147_CryptoProParamSetC; extern gost_subst_block Gost28147_CryptoProParamSetD; extern const byte CryptoProKeyMeshingKey[]; -#if __LONG_MAX__ > 2147483647L typedef unsigned int word32; -#else -typedef unsigned long word32; -#endif #endif |