diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-08-19 16:33:55 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-08-19 16:33:55 +0100 |
commit | 68709f5618175d0ecb9b2b160cbb2ce2d4ddc7bc (patch) | |
tree | d9e8d6af12812d3d35ec5d2f3765ba4d83a8b804 /configure | |
parent | 6ee51a914b26fec1f7036af758be514bbfed9778 (diff) |
NSS module fixes from mcepl in #714. This removes des.c since it's no
longer necessary.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |