aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/engines/ccgost/gost89.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/engines/ccgost/gost89.h')
-rw-r--r--crypto/openssl/engines/ccgost/gost89.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/openssl/engines/ccgost/gost89.h b/crypto/openssl/engines/ccgost/gost89.h
index 2157852519fd..8da2407b0332 100644
--- a/crypto/openssl/engines/ccgost/gost89.h
+++ b/crypto/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