Apparently the MS5SUM macro is not used anywhere. Remove it. Signed-off-by: Antonio Quartulli <a...@unstable.cc> --- src/openvpn/openvpn.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/openvpn/openvpn.h b/src/openvpn/openvpn.h index d843c913..fe8324ab 100644 --- a/src/openvpn/openvpn.h +++ b/src/openvpn/openvpn.h @@ -563,7 +563,6 @@ struct context |(c->c2.tls_multi ? PD_TLS : 0) \ |(c->options.tls_auth_file ? c->c1.ks.key_type.hmac_length : 0), \ gc) -#define MD5SUM(buf, len, gc) md5sum((buf), (len), 0, (gc)) /* this represents "disabled peer-id" */ #define MAX_PEER_ID 0xFFFFFF -- 2.15.1 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel