diff options
Diffstat (limited to 'src/lib/libcrypto/engine/eng_rsax.c')
-rw-r--r-- | src/lib/libcrypto/engine/eng_rsax.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/engine/eng_rsax.c b/src/lib/libcrypto/engine/eng_rsax.c index c0f6851601..1b15b6f1a3 100644 --- a/src/lib/libcrypto/engine/eng_rsax.c +++ b/src/lib/libcrypto/engine/eng_rsax.c | |||
@@ -217,11 +217,7 @@ static int e_rsax_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) | |||
217 | 217 | ||
218 | #ifndef OPENSSL_NO_RSA | 218 | #ifndef OPENSSL_NO_RSA |
219 | 219 | ||
220 | #ifdef _WIN32 | ||
221 | typedef unsigned __int64 UINT64; | ||
222 | #else | ||
223 | typedef unsigned long long UINT64; | 220 | typedef unsigned long long UINT64; |
224 | #endif | ||
225 | typedef unsigned short UINT16; | 221 | typedef unsigned short UINT16; |
226 | 222 | ||
227 | /* Table t is interleaved in the following manner: | 223 | /* Table t is interleaved in the following manner: |