mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 12:34:24 +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
|
||||
printf("The authentication code was invalid! The ciphered data has been corrupted!\n");
|
||||
#endif
|
||||
return NULL;
|
||||
return false;
|
||||
}
|
||||
|
||||
// Create a buffer to hold the result.
|
||||
|
Loading…
x
Reference in New Issue
Block a user