mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-02 01:44:14 +00:00
Merge pull request #320 from AMDmi3/warning-fix
Don't return NULL as bool, fixes warning
This commit is contained in:
commit
7afa7dbf05
@ -596,7 +596,7 @@ public:
|
|||||||
#ifdef DEBUG_ECIES
|
#ifdef DEBUG_ECIES
|
||||||
printf("The authentication code was invalid! The ciphered data has been corrupted!\n");
|
printf("The authentication code was invalid! The ciphered data has been corrupted!\n");
|
||||||
#endif
|
#endif
|
||||||
return NULL;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create a buffer to hold the result.
|
// Create a buffer to hold the result.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user