commit | 43ae2984109d414b7072c3a83ff25c82f7fd2294 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Nov 14 12:14:19 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Nov 14 12:14:19 2012 +0000 |
tree | af26b8cd2d83156acd4bd40431f97dab20e8f2b5 | |
parent | 34d8dbcc6d256cc6fbdc0266dbc80ae8d9f7d77f [diff] [blame] |
- Fixed argument types
diff --git a/library/pkcs11.c b/library/pkcs11.c index b71415a..b68d688 100644 --- a/library/pkcs11.c +++ b/library/pkcs11.c
@@ -115,7 +115,7 @@ int mode, size_t *olen, const unsigned char *input, unsigned char *output, - unsigned int output_max_len ) + size_t output_max_len ) { size_t input_len, output_len;