caesaria-game
caesaria-game copied to clipboard
Fixing sha2 compilation issue.
Compiler refused to convert unsigned long const to sha2_64t (long int) so I changed sha2_64t to be unsigned (like it was on other platforms).
Damn, I'm too late. I had the exact same problem and solution. Please merge.