ENC: fixup after merge

This commit is contained in:
2014-05-19 22:26:10 +02:00
parent cd1611c018
commit a15ef46ea6
2 changed files with 16 additions and 16 deletions

View File

@@ -37,8 +37,8 @@ endif
LIBS += -L.
# objects
PQC_OBJS = rand.o poly.o mem.o ntru_decrypt.o
PQC_HEADERS = err.h rand.h poly.h context.h ntru_decrypt.h
PQC_OBJS = rand.o poly.o mem.o ntru_decrypt.o pqc_encrypt.o
PQC_HEADERS = err.h rand.h poly.h context.h ntru_decrypt.h pqc_encrypt.h
# CUNIT_OBJS = cunit.o
# includes