Merge branch 'master' of ssh://gitlab.hasufell.de:22022/pcq/quantumcrypto into poly

Conflicts:
	src/Makefile
	src/poly.c
	src/poly.h
This commit is contained in:
hasufell 2014-04-29 14:35:28 +02:00
commit c5f540c4aa
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#Makefile for GCC by Tom St Denis
CFLAGS += -fPIC -I. -Os -Wall -W
CFLAGS += -fPIC -I. -Os -Wall -W -I../libtommath-0.42.0
VERSION=0.04

View File

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