Skip to content
Snippets Groups Projects
Unverified Commit 4d9c9cc2 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

gnutls: downgrade gnutls for iOS devices

Same thing as android. gnutls_handshake seems to take way more time after that
version

Change-Id: Ia4746f78c887450df357e0c0af712e8bf2dd288c
parent 6a883a9a
Branches
Tags
No related merge requests found
......@@ -3,8 +3,12 @@
ifdef HAVE_ANDROID
GNUTLS_VERSION := 3.6.7
else
ifdef HAVE_IOS
GNUTLS_VERSION := 3.6.7
else
GNUTLS_VERSION := 3.6.10
endif
endif
GNUTLS_URL := https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-$(GNUTLS_VERSION).tar.xz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment