X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=crypto%2FMakefile;h=b29402a7b9b581227e57f68e362b474350fd0da4;hb=5c85121bf618aece49155f6eea0d0b2c14c1a121;hp=989c510da8cc98af911976874d6c16db865ee1b3;hpb=efcf3d38f128cfbfc7a62c3a5dc3fb42991c12e5;p=linux-beck.git diff --git a/crypto/Makefile b/crypto/Makefile index 989c510da8cc..b29402a7b9b5 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -2,11 +2,6 @@ # Cryptographic API # -# memneq MUST be built with -Os or -O0 to prevent early-return optimizations -# that will defeat memneq's actual purpose to prevent timing attacks. -CFLAGS_REMOVE_memneq.o := -O1 -O2 -O3 -CFLAGS_memneq.o := -Os - obj-$(CONFIG_CRYPTO) += crypto.o crypto-y := api.o cipher.o compress.o memneq.o