mirror of
https://github.com/AtHeartEngineer/sss.git
synced 2026-01-07 20:13:49 -05:00
Bump randombytes repository
This commit is contained in:
7
Makefile
7
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}
|
||||
|
||||
|
||||
Submodule randombytes updated: a68bd140b9...d78159cfbc
Reference in New Issue
Block a user