From ae75cb9bc8d0002b781285e4ce8c406db15ecc12 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 24 Mar 2015 15:45:47 +0100 Subject: update makefile and manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 1 + info/libpassphrase.texinfo | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 999b42e..32fd7b2 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ PKGNAME ?= libpassphrase OPTIONS ?= # PASSPHRASE_ECHO: Do not hide the passphrase # PASSPHRASE_STAR: Use '*' for each character instead of no echo +# PASSPHRASE_TEXT: Use '(empty)' and '(not empty)' instead of no echo # PASSPHRASE_REALLOC: Soften security by using `realloc` # PASSPHRASE_MOVE: Enable move of point # PASSPHRASE_INSERT: Enable insert mode diff --git a/info/libpassphrase.texinfo b/info/libpassphrase.texinfo index 008024c..7a82f3f 100644 --- a/info/libpassphrase.texinfo +++ b/info/libpassphrase.texinfo @@ -224,6 +224,10 @@ Do not hide the passphrase. @item @code{PASSPHRASE_STAR} @footnote{May not be combined with @code{PASSPHRASE_ECHO}.} Use `*' for each character instead of disabling echoing. +@item @code{PASSPHRASE_TEXT} @footnote{May not be combined with @code{PASSPHRASE_TEXT}.} +Use the texts `(empty)' and `(not empty)' to describe whether +anything has been entered or not the instead of disabling echoing. + @item @code{PASSPHRASE_REALLOC} Soften security by using @code{realloc} instead of using @code{malloc} and wiping the passphrase from -- cgit v1.2.3-70-g09d2