Aftermath of a clashing size_t fix (now only format changes).

This commit is contained in:
Ben Laurie 2008-11-13 09:48:47 +00:00
parent 6c901ae8c1
commit 774b2fe700
4 changed files with 4 additions and 4 deletions

View File

@ -108,7 +108,7 @@ static int getModulusAndExponent(const unsigned char *token, long *exponentLengt
/* RAND number functions */ /* RAND number functions */
/*-----------------------*/ /*-----------------------*/
static int cca_get_random_bytes(unsigned char*, int ); static int cca_get_random_bytes(unsigned char*, int);
static int cca_random_status(void); static int cca_random_status(void);
#ifndef OPENSSL_NO_RSA #ifndef OPENSSL_NO_RSA