[wesnoth-commits] [wesnoth/wesnoth] 8c7946: Fix compilation on 32bit platforms
GitHub
noreply at github.com
Fri Feb 23 11:02:09 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 8c794668c7148655da39e4b0a256e66db1c91dd3
https://github.com/wesnoth/wesnoth/commit/8c794668c7148655da39e4b0a256e66db1c91dd3
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2018-02-23 (Fri, 23 Feb 2018)
Changed paths:
M src/bcrypt/crypt_blowfish/crypt_blowfish.c
Log Message:
-----------
Fix compilation on 32bit platforms
Disable usage of the assembly source file in crypt_blowfish
which was confined to i386 platform. i386 platform is on
its way out and wesnoth's usecase wouldn't benefit from
assembly here anyway.
More information about the Commits
mailing list