Commit dd9557a8 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Revert another size_t change.

parent ed551cdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;