Commit: fa8ca60f07ba68eaef0a46eecda152bc1a0b5ff4 Parent: f4084a9b73077783a2239539471b4a4b5e3c3f14 Author: Moritz Luedecke Date: Wed, 23 Aug 2017 22:21:50 +0200 Use secure memory Diffstat:
M | pinentry/Makefile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pinentry/Makefile b/pinentry/Makefile @@ -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