Jeffrey Walton <[email protected]> writes: > Hi Everyone, > > I bumped to Nettle 3.7. The build is resulting in:
Clearly, the assembler doesn't know of the sha-related instructions (introduced in 2013, according to https://en.wikipedia.org/wiki/Intel_SHA_extensions). Which assembler (and version) are you using? If it's difficult to upgrade the assembler, it could be worked around by replacing the instructions with equivalent .byte sequences. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance. _______________________________________________ nettle-bugs mailing list [email protected] http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
