Revert the size_t modifications from HEAD that had led to more
[openssl.git] / crypto / ecdsa / ecdsatest.c
index 0a138c3bde0e57441a0868e40d0cf20615e833c5..aa4e1481a8f3439427bb237982c72e6e4db533f5 100644 (file)
@@ -105,7 +105,7 @@ int test_builtin(BIO *);
 /* functions to change the RAND_METHOD */
 int change_rand(void);
 int restore_rand(void);
-int fbytes(unsigned char *buf, size_t num);
+int fbytes(unsigned char *buf, int num);
 
 RAND_METHOD    fake_rand;
 const RAND_METHOD *old_rand;
@@ -152,7 +152,7 @@ static const char *numbers[8] = {
        "1712787255652165239672857892369562652652652356758119494040"
        "40041670216363"};
 
-int fbytes(unsigned char *buf, size_t num)
+int fbytes(unsigned char *buf, int num)
        {
        int     ret;
        BIGNUM  *tmp = NULL;