diff options
author | Niels Möller <nisse@lysator.liu.se> | 2015-01-20 20:52:59 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2015-01-20 20:52:59 +0100 |
commit | 27a3ddf68a1d1d56793f3e3e9c53d994731538c6 (patch) | |
tree | 6ac9fe657ec6c5dac37b269aff18569ce8e3bfba /ChangeLog | |
parent | ce5c66d7097369d5c32ee1e6ba348f44fbd776a9 (diff) | |
download | nettle-27a3ddf68a1d1d56793f3e3e9c53d994731538c6.tar.gz |
Implemented handling of NETTLE_FAT_OVERRIDE, for arm.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2015-01-20 Niels Möller <nisse@lysator.liu.se> + * fat-arm.c (get_arm_features): Check NETTLE_FAT_OVERRIDE + environment variable. + * fat-x86_64.c (get_x86_features): New function. Check NETTLE_FAT_OVERRIDE environment variable. (fat_init): Use it. |