mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-27 03:33:50 +00:00
Fixes to compiler warnings in MSVC
Review URL: http://codereview.chromium.org/2851015
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user