]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Remove MD5SUM
authorAntonio Quartulli <a@unstable.cc>
Sat, 2 Dec 2017 13:45:40 +0000 (21:45 +0800)
committerGert Doering <gert@greenie.muc.de>
Mon, 4 Dec 2017 18:47:57 +0000 (19:47 +0100)
Apparently the MS5SUM macro is not used anywhere.
Remove it.

Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Steffan Karger <steffan.karger@fox-it.com>
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 <gert@greenie.muc.de>
src/openvpn/openvpn.h

index fb8ff1a4ddb7f8281c1bad07b80e73be1b7cd72b..db1684251eb86bdbdc72856457c68d056bac91b7 100644 (file)
@@ -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)