]> git.ipfire.org Git - thirdparty/nettle.git/commit
Rework no-op version of _gcm_aes_encrypt and _gcm_aes_decrypt.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 15 Mar 2024 20:30:25 +0000 (21:30 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 13 Apr 2024 07:59:16 +0000 (09:59 +0200)
commitde8d84cea7f615817264bc3751dca5f8ccdbc01b
treef0bf225cd8fa69bc95df99b9a35760d03586503a
parent9348e43a7c3d9782907566e296cafe2d70a44d01
Rework no-op version of _gcm_aes_encrypt and _gcm_aes_decrypt.

For fat builds, move definition to fat-ppc.c. For builds where the
functions are unavailable, define as macros returning zero, and rely
on the compiler to eliminate the code that uses the return value.
Makefile.in
fat-ppc.c
gcm-aes-crypt.c [deleted file]
gcm-internal.h