Use secure memory

This commit is contained in:
Moritz Luedecke 2017-08-23 22:21:50 +02:00
parent f4084a9b73
commit fa8ca60f07

View file

@ -1,7 +1,8 @@
include ../config.mk
SRC = util.c pinentry.c argparse.c password-cache.c
SRC = util.c pinentry.c argparse.c password-cache.c secmem.c
OBJ = ${SRC:.c=.o}
CFLAGS += -DHAVE_MLOCK
all: pinentry