Merge pull request #268 from PQClean/fix-mceliece8192128f-sse-makefile

Fix McEliece8192128f makefile
This commit is contained in:
Thom Wiggers 2020-02-11 09:18:25 +01:00 committed by GitHub
commit 8a6f612605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ SOURCES = aes256ctr.c benes.c bm.c controlbits.c decrypt.c encrypt.c fft.c \
HEADERS = aes256ctr.h api.h benes.h bm.h controlbits.h crypto_hash.h \
decrypt.h encrypt.h fft.h fft_tr.h gf.h params.h \
pk_gen.h sk_gen.h transpose.h util.h vec128.h \
consts.inc scalars_2x.inc scalars_4x.inc powers.data
consts.inc scalars_2x.inc scalars_4x.inc powers.inc
OBJECTS = aes256ctr.o benes.o bm.o controlbits.o decrypt.o encrypt.o fft.o \
fft_tr.o gf.o operations.o pk_gen.o sk_gen.o util.o vec128.o \