STRING: provide function for deleting strings

This commit is contained in:
2014-05-26 21:38:39 +02:00
parent 4dbfe1e663
commit ff3967f932
3 changed files with 24 additions and 1 deletions

View File

@@ -37,7 +37,8 @@ endif
LIBS += -L. -lgmp -lmpfr -lm
# objects
PQC_OBJS = poly.o mem.o encrypt.o decrypt.o keypair.o ascii_poly.o file.o
PQC_OBJS = poly.o mem.o encrypt.o decrypt.o keypair.o ascii_poly.o file.o \
ntru_string.o
PQC_HEADERS = err.h poly.h context.h encrypt.h decrypt.h keypair.h \
ascii_poly.h common.h file.h ntru_string.h
# CUNIT_OBJS = cunit.o