diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-23 12:01:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-23 12:01:10 +0000 |
commit | 888eec833c4367603a332264369e5e222fcd71c0 (patch) | |
tree | e0c2eebb80f63d948f3f307d046dafd8239baeda /lib/Makefile.b32 | |
parent | 2911e63bc204a85c854b0bfc0f685926b2201dc2 (diff) | |
download | curl-888eec833c4367603a332264369e5e222fcd71c0.tar.gz |
Removed getpass from here. The fact this still was present here indicates
that this file is out of date!
Diffstat (limited to 'lib/Makefile.b32')
-rw-r--r-- | lib/Makefile.b32 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index 3b110d4d5..edb450519 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -49,7 +49,6 @@ SOURCES = \ telnet.c \
getdate.c \
getenv.c \
- getpass.c \
hostip.c \
if2ip.c \
mprintf.c \
|