Browse code

Remove MD5SUM

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>

Antonio Quartulli authored on 2017/12/02 22:45:40
Showing 1 changed files
... ...
@@ -563,7 +563,6 @@ struct context
563 563
                                           |(c->c2.tls_multi ? PD_TLS : 0)   \
564 564
                                           |(c->options.tls_auth_file ? c->c1.ks.key_type.hmac_length : 0), \
565 565
                                           gc)
566
-#define MD5SUM(buf, len, gc) md5sum((buf), (len), 0, (gc))
567 566
 
568 567
 #define CIPHER_ENABLED(c) (c->c1.ks.key_type.cipher != NULL)
569 568