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:
053677d
)
fix warning
author
Nils Larsch
<nils@openssl.org>
Tue, 31 May 2005 09:55:13 +0000
(09:55 +0000)
committer
Nils Larsch
<nils@openssl.org>
Tue, 31 May 2005 09:55:13 +0000
(09:55 +0000)
crypto/rsa/rsa_x931.c
patch
|
blob
|
history
diff --git
a/crypto/rsa/rsa_x931.c
b/crypto/rsa/rsa_x931.c
index ac3fde2a84e08446404f19b48af62a37d7b3cdae..7d77213d1300d4722806db030417aac72b619cb8 100644
(file)
--- a/
crypto/rsa/rsa_x931.c
+++ b/
crypto/rsa/rsa_x931.c
@@
-105,7
+105,7
@@
int RSA_padding_add_X931(unsigned char *to, int tlen,
int RSA_padding_check_X931(unsigned char *to, int tlen,
const unsigned char *from, int flen, int num)
{
- int i,j;
+ int i
= 0
,j;
const unsigned char *p;
p=from;