mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 20:44:56 +00:00
Don't return NULL as bool
This commit is contained in:
parent
66394b047f
commit
a403124c9e
@ -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