]> tinc-vpn.org Git - tinc/blobdiff - src/net_packet.c
Move repeating MIN/MAX macros into dropin.h.
[tinc] / src / net_packet.c
index 24ebdff84bee65c01a9b101944763adee8c47e05..63809aee613f3a86d770100e9facef01bf8c7873 100644 (file)
 #include "route.h"
 #include "utils.h"
 
-#ifndef MAX
-#define MAX(a, b) ((a) > (b) ? (a) : (b))
-#endif
-
 /* The minimum size of a probe is 14 bytes, but since we normally use CBC mode
    encryption, we can add a few extra random bytes without increasing the
    resulting packet size. */