]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Disable more GnuTLS bits
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 13 Mar 2013 22:57:13 +0000 (22:57 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 13 Mar 2013 22:57:13 +0000 (22:57 +0000)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
android/Makefile

index 092e96c444c541963f127969e201b2ddb51e8e41..98a9386ae68f50f512d281833e6e568f358a65fa 100644 (file)
@@ -225,7 +225,8 @@ $(GNUTLS_BUILD)/Makefile: $(GNUTLS_SRC)/configure $(NETTLE_DEPS)
                --disable-openssl-compatibility --disable-ocsp \
                --disable-openpgp-authentication --disable-anon-authentication \
                --disable-psk-authentication --disable-srp-authentication \
-               --disable-dtls-srtp-support
+               --disable-dtls-srtp-support  --disable-dhe --disable-ecdhe \
+               --disable-rsa-export
 
 $(GNUTLS_BUILD)/lib/libgnutls.la: $(GNUTLS_BUILD)/Makefile
        $(MAKE) -C $(GNUTLS_BUILD)