提交 dd9557a8 编写于 作者: D Dr. Stephen Henson

Revert another size_t change.

上级 ed551cdd
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册