projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed551cd
)
Revert another size_t change.
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 12 Nov 2008 18:47:24 +0000
(18:47 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 12 Nov 2008 18:47:24 +0000
(18:47 +0000)
engines/e_padlock.c
patch
|
blob
|
history
diff --git
a/engines/e_padlock.c
b/engines/e_padlock.c
index fbb0dae3cfc96ec21a08f4ca282352fe147e2a7b..64a13e754c7801d00ef2c83948ac59c2e0e4e2f4 100644
(file)
--- 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,
in
t count)
{
unsigned int eax, buf;