aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-08-19 16:33:55 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2012-08-19 16:33:55 +0100
commit68709f5618175d0ecb9b2b160cbb2ce2d4ddc7bc (patch)
treed9e8d6af12812d3d35ec5d2f3765ba4d83a8b804 /configure
parent6ee51a914b26fec1f7036af758be514bbfed9778 (diff)
NSS module fixes from mcepl in #714. This removes des.c since it's no
longer necessary.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index 697a33bd..a1bcda49 100755
--- a/configure
+++ b/configure
@@ -453,14 +453,6 @@ if [ "$ret" = "0" ]; then
exit 1
fi;
-if [ "$msn" = "1" -a "$ssl" != "openssl" -a "$ssl" != "gnutls" ]; then
- # Needed for MSN only. OpenSSL exports nice cipher functions already,
- # in case of GnuTLS we should be able to use gcrypt. Otherwise, use
- # built-in stuff. (Since right now those are the only two supported
- # SSL modules anyway, this is mostly unnecessary.)
- echo 'DES=des.o' >> Makefile.settings
-fi
-
echo 'SSL_CLIENT=ssl_'$ssl'.o' >> Makefile.settings
if detect_resolv_dynamic || detect_resolv_static; then