summarylogtreecommitdiffstats
path: root/show_asterisk.patch
diff options
context:
space:
mode:
authorxsmile2021-05-31 23:07:05 +0200
committerxsmile2021-05-31 23:07:05 +0200
commit598dcf572319df3599f88b5160a57bf54d636906 (patch)
tree2f17c1c319b0a9fd1ec733feb72c779b06d78f17 /show_asterisk.patch
downloadaur-598dcf572319df3599f88b5160a57bf54d636906.tar.gz
init
Diffstat (limited to 'show_asterisk.patch')
-rw-r--r--show_asterisk.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/show_asterisk.patch b/show_asterisk.patch
new file mode 100644
index 000000000000..fc0985aeac38
--- /dev/null
+++ b/show_asterisk.patch
@@ -0,0 +1,9 @@
+# Disable visual feedback for the password prompt
+--- a/LinuxPBA/GetPassPhrase.h
++++ b/LinuxPBA/GetPassPhrase.h
+@@ -19,4 +19,4 @@ along with sedutil. If not, see <http:/
+ * C:E********************************************************************** */
+ #pragma once
+ #include "SecureContainer.h"
+-std::shared_ptr<SecureString> GetPassPhrase(const char *prompt, bool show_asterisk=true);
++std::shared_ptr<SecureString> GetPassPhrase(const char *prompt, bool show_asterisk=false);