From 2a8a2183ce5d618b64fbd1a716ec89eacb362fb7 Mon Sep 17 00:00:00 2001 From: Daan Sprenkels Date: Mon, 8 Jan 2018 12:26:12 +0100 Subject: [PATCH] Bump randombytes repository --- Makefile | 7 +++++-- randombytes | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index deef854..92f4c11 100644 --- a/Makefile +++ b/Makefile @@ -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} diff --git a/randombytes b/randombytes index a68bd14..d78159c 160000 --- a/randombytes +++ b/randombytes @@ -1 +1 @@ -Subproject commit a68bd140b9daa5a98c400ad441acfe59ca554445 +Subproject commit d78159cfbc832f3f906755820d1b7db1f5a4aba1