diff options
author | djm <> | 2008-09-06 12:15:56 +0000 |
---|---|---|
committer | djm <> | 2008-09-06 12:15:56 +0000 |
commit | 5a3c0a05c7f2c5d3c584b7c8d6aec836dd724c80 (patch) | |
tree | aba68249883aa9d2361d92eef69a81d0c4961732 /src/lib/libcrypto/rsa/rsa_x931.c | |
parent | f6198d4d0ab97685dc56be2d48715ed39fcc74b9 (diff) | |
download | openbsd-5a3c0a05c7f2c5d3c584b7c8d6aec836dd724c80.tar.gz openbsd-5a3c0a05c7f2c5d3c584b7c8d6aec836dd724c80.tar.bz2 openbsd-5a3c0a05c7f2c5d3c584b7c8d6aec836dd724c80.zip |
import of OpenSSL 0.9.8h
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; |