- Fixing-things pass: every source file compiles into an object file now,
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 11 Oct 2000 22:01:02 +0000 (22:01 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 11 Oct 2000 22:01:02 +0000 (22:01 +0000)
commit183a8edd22ba4bc682392c73ae02fc9e121eda68
tree73abe752f9236c5f5fa0ad05fbcff6052404332b
parent6e39481d8f2406e60b5e329ace08b5a005d5cc43
- Fixing-things pass: every source file compiles into an object file now,
  but linking tincd does not work yet (must link with openssl libs and
  define some missing functions).
15 files changed:
lib/xalloc.h
src/conf.c
src/conf.h
src/connlist.c
src/connlist.h
src/meta.c
src/net.c
src/net.h
src/netutl.c
src/netutl.h
src/protocol.c
src/protocol.h
src/subnet.c
src/subnet.h
src/tincd.c