longturn / freeciv

The Freeciv client and server used to run Longturn games.

Home Page:https://longturn.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LT2_6X Windows compile broken due to unable to include "endian.h" in pbkdf2_sha256.c

cgalik opened this issue · comments

endian.h isn't available or needed for Windows build and is presently included in pbkdf2_sha256.c.

pbkdf2_sha256.c is a LT specific file used for password hashing. I bet was never tested on Windows.

Fixed in #12