From 2dc7f78169ea4545102b8d9b0604f785cdc798f5 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 22 Jan 2014 19:27:13 +0000 Subject: Import OpenSSL 1.0.1f. Approved by: so (delphij), benl (silence) --- engines/ccgost/gost89.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines') diff --git a/engines/ccgost/gost89.h b/engines/ccgost/gost89.h index 2157852519fd..8da2407b0332 100644 --- a/engines/ccgost/gost89.h +++ b/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 -- cgit v1.2.3