Update all header guards.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 7 Oct 2017 15:40:34 +0000 (17:40 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 7 Oct 2017 15:40:34 +0000 (17:40 +0200)
commit5822f817aa802c2c5a83e9d99a8ae78cb822799b
treeda6c98082d437609753c130354411edcc837a21d
parent3465746b9bf75124b21eab21cdf390696b608405
Update all header guards.

Don't start with underscores, as those are reserved for system
libraries. Make sure all start with TINC_, and that they appear at
the top of the file.
64 files changed:
src/autoconnect.h
src/buffer.h
src/cipher.h
src/conf.h
src/connection.h
src/control.h
src/control_common.h
src/crypto.h
src/device.h
src/digest.h
src/dropin.h
src/ecdh.h
src/ecdsa.h
src/ecdsagen.h
src/ed25519/ecdh.c
src/ed25519/ecdsa.c
src/ed25519/ecdsagen.c
src/ed25519/fixedint.h
src/edge.h
src/ethernet.h
src/event.h
src/fsck.h
src/gcrypt/cipher.h
src/gcrypt/crypto.h
src/gcrypt/digest.h
src/gcrypt/rsa.h
src/gcrypt/rsagen.h
src/getopt.h
src/graph.h
src/hash.h
src/have.h
src/ifconfig.h
src/info.h
src/invitation.h
src/ipv4.h
src/ipv6.h
src/list.h
src/logger.h
src/meta.h
src/mingw/common.h
src/names.h
src/net.h
src/netutl.h
src/node.h
src/openssl/digest.h
src/openssl/rsa.c
src/openssl/rsagen.c
src/prf.h
src/process.h
src/protocol.h
src/route.h
src/rsa.h
src/rsagen.h
src/script.h
src/splay_tree.h
src/sptps.h
src/subnet.h
src/system.h
src/tincctl.h
src/top.h
src/upnp.h
src/utils.h
src/version.h
src/xalloc.h