An nmh-specific getpass, to remove dependency on system
authorShantonu Sen <ssen@mit.edu>
Sun, 7 May 2000 06:16:43 +0000 (06:16 +0000)
committerShantonu Sen <ssen@mit.edu>
Sun, 7 May 2000 06:16:43 +0000 (06:16 +0000)
commit56bd3c9f2bf7b6061fa302c57250612f852bd92e
tree80ddc6590832d6509bf7a4776a3aa73d190e90d6
parentb1e229fc408e1b3a26de6e0ca29f6feb9359298e
An nmh-specific getpass, to remove dependency on system
getpass()es, which may or may not do what we want (including
flushing input streams, and taking input from stdin in the
absence of a controlling tty).
sbr/getpass.c [new file with mode: 0644]