[email protected] (Niels Möller) writes: > Say we add a secure_getenv("NETTLE_FAT_OVERRIDE") in the fat > initialization. What should it look like? Some alternatives:
Implemented (for systems that have secure_getenv). Syntax as follows: The value is a comma separated list. Entries are either single keywords, e.g., "neon" or "aesni", or keyword:value, e.g., "vendor:intel" or "arch:7". Setting NETTLE_FAT_VERBOSE displays the the values used in the same format. If the environment variable is set, it completely overrides automatic detection. It's a bit unclear if it works with static libraries. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. _______________________________________________ nettle-bugs mailing list [email protected] http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
