Bump randombytes repository

This commit is contained in:
Daan Sprenkels
2018-01-08 12:26:12 +01:00
parent b01263bdc9
commit 2a8a2183ce
2 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
CFLAGS += -m64 -std=c99 -pedantic -Wall -Wshadow -Wpointer-arith -Wcast-qual \
-Wstrict-prototypes -Wmissing-prototypes -g -O2
CFLAGS += -g -O2 -m64 -std=c99 -pedantic \
-Wall -Wshadow -Wpointer-arith -Wcast-qual -Wformat -Wformat-security \
-Werror=format-security -Wstrict-prototypes -Wmissing-prototypes \
-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param ssp-buffer-size=4 \
-fPIC -fno-strict-overflow
SRCS = hazmat.c randombytes.c sss.c tweetnacl.c
OBJS := ${SRCS:.c=.o}