diff options
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa_x931.c')
-rw-r--r-- | src/lib/libcrypto/rsa/rsa_x931.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_x931.c b/src/lib/libcrypto/rsa/rsa_x931.c index df3c45f802..e918654176 100644 --- a/src/lib/libcrypto/rsa/rsa_x931.c +++ b/src/lib/libcrypto/rsa/rsa_x931.c | |||
@@ -105,7 +105,7 @@ int RSA_padding_add_X931(unsigned char *to, int tlen, | |||
105 | int RSA_padding_check_X931(unsigned char *to, int tlen, | 105 | int RSA_padding_check_X931(unsigned char *to, int tlen, |
106 | const unsigned char *from, int flen, int num) | 106 | const unsigned char *from, int flen, int num) |
107 | { | 107 | { |
108 | int i,j; | 108 | int i = 0,j; |
109 | const unsigned char *p; | 109 | const unsigned char *p; |
110 | 110 | ||
111 | p=from; | 111 | p=from; |