]> git.pond.sub.org Git - empserver/commit
client: New get_password()
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 27 Dec 2020 09:06:08 +0000 (10:06 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 23 Jan 2021 06:08:03 +0000 (07:08 +0100)
commitf7ae50261fc3307a192d8670e5127fc31d130df3
tree8d5970c472281d955488665897d7824b1a0e88d8
parent2ae769bec4634796f5d4679a1f2279efd4d11fe5
client: New get_password()

I'm going to drop use of getpass().  As a first step, weaken the bond
by hiding it in a separate function.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/client/login.c