aboutsummaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/Makefile
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2014-08-07 13:36:56 +0400
committerFedor Indutny <fedor@indutny.com>2014-08-07 13:36:56 +0400
commitaa3b4b4d106415b3afbc31df0db2476a04c997f1 (patch)
tree338357f4c5326c2d65dfca459995e3989f994ca9 /deps/openssl/openssl/Makefile
parent63a42682187a963873211da8f647fa3c077489f4 (diff)
downloadandroid-node-v8-aa3b4b4d106415b3afbc31df0db2476a04c997f1.tar.gz
android-node-v8-aa3b4b4d106415b3afbc31df0db2476a04c997f1.tar.bz2
android-node-v8-aa3b4b4d106415b3afbc31df0db2476a04c997f1.zip
deps: update openssl to v1.0.1i
Diffstat (limited to 'deps/openssl/openssl/Makefile')
-rw-r--r--deps/openssl/openssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/openssl/openssl/Makefile b/deps/openssl/openssl/Makefile
index f5e7823f85..998c032004 100644
--- a/deps/openssl/openssl/Makefile
+++ b/deps/openssl/openssl/Makefile
@@ -4,7 +4,7 @@
## Makefile for OpenSSL
##
-VERSION=1.0.1h
+VERSION=1.0.1i
MAJOR=1
MINOR=0.1
SHLIB_VERSION_NUMBER=1.0.0
@@ -13,7 +13,7 @@ SHLIB_MAJOR=1
SHLIB_MINOR=0.0
SHLIB_EXT=
PLATFORM=dist
-OPTIONS= no-ec_nistp_64_gcc_128 no-gmp no-jpake no-krb5 no-md2 no-rc5 no-rfc3779 no-sctp no-shared no-store no-zlib no-zlib-dynamic static-engine
+OPTIONS= no-ec_nistp_64_gcc_128 no-gmp no-jpake no-krb5 no-md2 no-rc5 no-rfc3779 no-sctp no-shared no-store no-unit-test no-zlib no-zlib-dynamic static-engine
CONFIGURE_ARGS=dist
SHLIB_TARGET=
@@ -61,7 +61,7 @@ OPENSSLDIR=/usr/local/ssl
CC= cc
CFLAG= -O
-DEPFLAG= -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SCTP -DOPENSSL_NO_STORE
+DEPFLAG= -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SCTP -DOPENSSL_NO_STORE -DOPENSSL_NO_UNIT_TEST
PEX_LIBS=
EX_LIBS=
EXE_EXT=