Fixed warnings

parent 38a5ec5d
...@@ -182,11 +182,11 @@ int main(int argc, char *argv[]) { ...@@ -182,11 +182,11 @@ int main(int argc, char *argv[]) {
unsigned char* errMsg = calloc(1024,1); unsigned char* errMsg = calloc(1024,1);
strncpy((char)*keyArray, (char*)key, 128); strncpy((char *)keyArray, (char*)key, 128);
int err_status = 0; int err_status = 0;
int enc_len = 0; unsigned int enc_len = 0;
status = encrypt_key(eid, &err_status, errMsg, keyArray, encryptedKey, &enc_len); status = encrypt_key(eid, &err_status, errMsg, keyArray, encryptedKey, &enc_len);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment