Dear,
When compiling the basic insert code I get the following error MySQL_Encrypt_Sha1.cpp: In member function 'virtual size_t Encrypt_SHA1::write(uint8_t)': \ MySQL_Encrypt_Sha1.cpp:89:1: error: no return statement in function returning non-void [-Werror=return-type]
89 | }
| ^
the same also happens on line 9m5 of the same file.
What do I need to change to fix this?
Kind regards,
Ben