| Index: firmware/lib/cryptolib/include/rsa.h
|
| diff --git a/firmware/lib/cryptolib/include/rsa.h b/firmware/lib/cryptolib/include/rsa.h
|
| index 2d3ee95599771e3ba20a56f7bafe00ea07fcc122..b6a83a13d9b1f221077d13d496062ddbe64a01ac 100644
|
| --- a/firmware/lib/cryptolib/include/rsa.h
|
| +++ b/firmware/lib/cryptolib/include/rsa.h
|
| @@ -35,7 +35,7 @@ typedef struct RSAPublicKey {
|
| */
|
| int RSAVerify(const RSAPublicKey *key,
|
| const uint8_t* sig,
|
| - const int sig_len,
|
| + const uint32_t sig_len,
|
| const uint8_t sig_type,
|
| const uint8_t* hash);
|
|
|
|
|