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

@@ -103,8 +103,8 @@ static int fips_check_dsa(DSA *dsa)
return 1;
}
DSA *DSA_generate_parameters(int bits,
unsigned char *seed_in, int seed_len,
DSA *DSA_generate_parameters(FIPS_DSA_SIZE_T bits,
unsigned char *seed_in, FIPS_DSA_SIZE_T seed_len,
int *counter_ret, unsigned long *h_ret,
void (*callback)(int, int, void *),
void *cb_arg)