From dd9557a8ba0e4974fa85d0fc1a86e213290eafe3 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 12 Nov 2008 18:47:24 +0000 Subject: [PATCH] Revert another size_t change. --- engines/e_padlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/e_padlock.c b/engines/e_padlock.c index fbb0dae3cf..64a13e754c 100644 --- a/engines/e_padlock.c +++ b/engines/e_padlock.c @@ -1169,7 +1169,7 @@ padlock_aes_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out_arg, /* Wrapper that provides an interface between the API and the raw PadLock RNG */ static int -padlock_rand_bytes(unsigned char *output, size_t count) +padlock_rand_bytes(unsigned char *output, int count) { unsigned int eax, buf; -- 2.25.1