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:
fb65e65
)
Fix warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 1 Nov 2013 21:39:34 +0000
(21:39 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 1 Nov 2013 21:41:52 +0000
(21:41 +0000)
engines/e_aep.c
patch
|
blob
|
history
diff --git
a/engines/e_aep.c
b/engines/e_aep.c
index 1518d2bac1e2126635a4bd0895d029337f4847f1..a9372268cd4a21b78504e655390d6d579953fb82 100644
(file)
--- a/
engines/e_aep.c
+++ b/
engines/e_aep.c
@@
-1065,7
+1065,7
@@
static AEP_RV MakeAEPBigNum(AEP_VOID_PTR ArbBigNum, AEP_U32 BigNumSize,
{
BIGNUM* bn;
const union { long one; char little; } is_endian = {1};
-
int
i,j;
+
AEP_U32
i,j;
/*Cast the ArbBigNum pointer to our BIGNUM struct*/
bn = (BIGNUM*) ArbBigNum;