From 70d71f61853f67dad75abce42c63e3b71704a763 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 2 Nov 2008 15:41:30 +0000 Subject: Fix warnings: printf format mismatches on 64 bit platforms. Change assert to OPENSSL_assert(). Fix e_padlock prototype. --- engines/e_padlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/e_padlock.c') diff --git a/engines/e_padlock.c b/engines/e_padlock.c index 64a13e754c..fbb0dae3cf 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, int count) +padlock_rand_bytes(unsigned char *output, size_t count) { unsigned int eax, buf; -- cgit v1.2.3