diff options
author | est31 <MTest31@outlook.com> | 2016-05-12 00:52:29 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2016-05-12 00:52:29 +0200 |
commit | a9b5c2662fca2e38ccafe2bd8be675ef0a98ffdc (patch) | |
tree | fbf3bc33fb00b1fa13caa977254585dffd108863 /build/android/Makefile | |
parent | 8bb9e467d6d0f284db45431de881690d72e9336f (diff) | |
download | minetest-a9b5c2662fca2e38ccafe2bd8be675ef0a98ffdc.tar.gz minetest-a9b5c2662fca2e38ccafe2bd8be675ef0a98ffdc.tar.bz2 minetest-a9b5c2662fca2e38ccafe2bd8be675ef0a98ffdc.zip |
Android: update openssl to 1.0.2h
Diffstat (limited to 'build/android/Makefile')
-rw-r--r-- | build/android/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/Makefile b/build/android/Makefile index f3a18189b..e8614365d 100644 --- a/build/android/Makefile +++ b/build/android/Makefile @@ -91,7 +91,7 @@ IRRLICHT_TIMESTAMP = $(IRRLICHT_DIR)timestamp IRRLICHT_TIMESTAMP_INT = $(ANDR_ROOT)/deps/irrlicht_timestamp IRRLICHT_URL_SVN = http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@$(IRRLICHT_REVISION) -OPENSSL_VERSION = 1.0.2g +OPENSSL_VERSION = 1.0.2h OPENSSL_BASEDIR = openssl-$(OPENSSL_VERSION) OPENSSL_DIR = $(ANDR_ROOT)/deps/$(OPENSSL_BASEDIR)/ OPENSSL_LIB = $(OPENSSL_DIR)/libssl.so.1.0.0 |