summaryrefslogtreecommitdiff
path: root/stun/Makefile.am
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2016-03-07 10:04:52 +0000
committerOlivier CrĂȘte <olivier.crete@collabora.com>2017-03-31 18:26:21 -0400
commitac7f59bac00807fc016a8709e1d284870882dd76 (patch)
treed385da1d43f4b4ecf88b071d48b6476690719a49 /stun/Makefile.am
parentd2f894e48c70f11f01ddf3dd8be3d68dfd48aea8 (diff)
downloadlibnice-ac7f59bac00807fc016a8709e1d284870882dd76.tar.gz
stun: Use libgcrypt for MD5 support
Now that libstun depends on libgcrypt, we might as well use its MD5 hash support, rather than carrying around our own. Differential Revision: https://phabricator.freedesktop.org/D1611
Diffstat (limited to 'stun/Makefile.am')
-rw-r--r--stun/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/stun/Makefile.am b/stun/Makefile.am
index 7645be9..77b884e 100644
--- a/stun/Makefile.am
+++ b/stun/Makefile.am
@@ -30,7 +30,6 @@ libstun_la_SOURCES = constants.h \
stun5389.c stun5389.h \
stuncrc32.c stuncrc32.h \
sha1.c sha1.h \
- md5.c md5.h \
rand.c rand.h \
stunhmac.c stunhmac.h \
utils.c utils.h \