Use secure memory

pull/4/head
Moritz Luedecke 7 years ago
parent f4084a9b73
commit fa8ca60f07

@ -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

Loading…
Cancel
Save