diff options
Diffstat (limited to 'src/lib/libssl/src/engines/ccgost/gost89.h')
-rw-r--r-- | src/lib/libssl/src/engines/ccgost/gost89.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libssl/src/engines/ccgost/gost89.h b/src/lib/libssl/src/engines/ccgost/gost89.h index 2157852519..8da2407b03 100644 --- a/src/lib/libssl/src/engines/ccgost/gost89.h +++ b/src/lib/libssl/src/engines/ccgost/gost89.h | |||
@@ -87,10 +87,6 @@ extern gost_subst_block Gost28147_CryptoProParamSetB; | |||
87 | extern gost_subst_block Gost28147_CryptoProParamSetC; | 87 | extern gost_subst_block Gost28147_CryptoProParamSetC; |
88 | extern gost_subst_block Gost28147_CryptoProParamSetD; | 88 | extern gost_subst_block Gost28147_CryptoProParamSetD; |
89 | extern const byte CryptoProKeyMeshingKey[]; | 89 | extern const byte CryptoProKeyMeshingKey[]; |
90 | #if __LONG_MAX__ > 2147483647L | ||
91 | typedef unsigned int word32; | 90 | typedef unsigned int word32; |
92 | #else | ||
93 | typedef unsigned long word32; | ||
94 | #endif | ||
95 | 91 | ||
96 | #endif | 92 | #endif |