Code

src/utils_dns.c: Rename the "s_addr" and "d_addr" variables.
[collectd.git] / src / network.h
index baca2d307abad6b01409a232966a9de78b3749e7..777616c4725cc75ddb13f9844e5c833aa81e7e35 100644 (file)
@@ -70,8 +70,4 @@
 #define TYPE_SIGN_SHA256     0x0200
 #define TYPE_ENCR_AES256     0x0210
 
-#define NET_ENCR_IV { \
-       0xd6, 0x0c, 0x90, 0xc2, 0x23, 0xdd, 0x3e, 0xcc, \
-       0xc9, 0x86, 0xe9, 0xb6, 0xe0, 0x15, 0xb7, 0x39 }
-
 #endif /* NETWORK_H */