]> git.ipfire.org Git - thirdparty/nettle.git/commit
Rework no-op version of _gcm_aes_encrypt and _gcm_aes_decrypt. ppc64-gcm-aes
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>
Fri, 15 Mar 2024 20:30:25 +0000 (21:30 +0100)
commit1d02266eded95f29d049302e9c5ff662a0e33c67
tree76e978f25871f4c58748964f080e2cc93b0c375e
parent2983f69e36c93fba14cac00e0e516b3bbf11adbb
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