From: Antonio Quartulli
Date: Sat, 2 Dec 2017 13:45:40 +0000 (+0800)
Subject: Remove MD5SUM
X-Git-Tag: v2.5_beta1~545
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a0e82cb73ce072ef6cedc629d698cf873923bf6;p=thirdparty%2Fopenvpn.git
Remove MD5SUM
Apparently the MS5SUM macro is not used anywhere.
Remove it.
Signed-off-by: Antonio Quartulli
Acked-by: Steffan Karger
Message-Id: <20171202134541.7688-6-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15954.html
Signed-off-by: Gert Doering
---
diff --git a/src/openvpn/openvpn.h b/src/openvpn/openvpn.h
index fb8ff1a4d..db1684251 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))
#define CIPHER_ENABLED(c) (c->c1.ks.key_type.cipher != NULL)