fix some casting errors in smbencrypt and some multiply-defined errors
authorAndrew Tridgell <tridge@samba.org>
Sun, 26 Oct 1997 07:45:36 +0000 (07:45 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 26 Oct 1997 07:45:36 +0000 (07:45 +0000)
commit944ecbcbd47afcc20e2e408a06d57c7b8d0d86a8
tree5138db8192997a2f967ff953b0f380bb61a32d70
parent4bf5c03b18f88b566f3ac12cc4b3a9c5c96fd35d
fix some casting errors in smbencrypt and some multiply-defined errors
in clientutil.c (Luke, you can't just copy a global variable
declaration from one file to another, you need to declare one of them
extern)
source/client/client.c
source/client/clientutil.c
source/libsmb/smbdes.c
source/libsmb/smbencrypt.c