2
0

Fix a NUL termination issue with aes decryption & add standard trace debugging.

This commit is contained in:
Maarten Billemont
2017-08-05 23:42:47 -04:00
parent e15d01882f
commit 2b660adf00
3 changed files with 13 additions and 11 deletions

View File

@@ -174,6 +174,4 @@ const char *mpw_identicon(const char *fullName, const char *masterPassword);
/** @return The amount of display characters in the given UTF-8 string. */
const size_t mpw_utf8_strlen(const char *utf8String);
void printb(const void *p, size_t size);
#endif // _MPW_UTIL_H