renamed getpass() to my_getpass() and it is now thread-safe and should
authorDaniel Stenberg <daniel@haxx.se>
Thu, 26 Oct 2000 10:32:04 +0000 (10:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Oct 2000 10:32:04 +0000 (10:32 +0000)
commit02037971ed5a97ad78c062e753b53c7a1542bcc5
tree4020e90be001313e9f3d54c898910d0d5d67aa15
parenta5b01cf4e833089ea469e32ba30ad624de3aa279
renamed getpass() to my_getpass() and it is now thread-safe and should
disable passwd-echoing on win32 (supplied by Björn Stenberg)
lib/getpass.c
lib/getpass.h
lib/url.c