Define FIPS_*_SIZE_T for AES, DSA and RSA as well, in preparation for

size_t-ification of those algorithms in future version of OpenSSL...
This commit is contained in:
Richard Levitte
2004-05-19 14:16:33 +00:00
parent 1f4eccaaa5
commit 5affe206e1
11 changed files with 39 additions and 25 deletions

View File

@@ -81,6 +81,10 @@
#define DSA_FLAG_CACHE_MONT_P 0x01
#if defined(OPENSSL_FIPS)
#define FIPS_DSA_SIZE_T int
#endif
#ifdef __cplusplus
extern "C" {
#endif