summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/linux-elf
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@iij.ad.jp>2015-04-10 11:29:00 +0900
committerShigeki Ohtsu <ohtsu@iij.ad.jp>2015-04-15 00:38:39 +0900
commit02f12ab666a0bc9f4352c174ca0a8993e6a1ab2a (patch)
tree5026f1a00776927d149d29424a34c0cd6bdac875 /deps/openssl/config/archs/linux-elf
parenteb7a23595fc4759003529f214c8508d812293ef2 (diff)
downloadandroid-node-v8-02f12ab666a0bc9f4352c174ca0a8993e6a1ab2a.tar.gz
android-node-v8-02f12ab666a0bc9f4352c174ca0a8993e6a1ab2a.tar.bz2
android-node-v8-02f12ab666a0bc9f4352c174ca0a8993e6a1ab2a.zip
deps: update opensslconf.h for 1.0.2a
just type `make` in `deps/openssl/conf` then opensslconf.h in all architectures are updated. Fixes: https://github.com/iojs/io.js/issues/589 PR-URL: https://github.com/iojs/io.js/pull/1389 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'deps/openssl/config/archs/linux-elf')
-rw-r--r--deps/openssl/config/archs/linux-elf/opensslconf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/deps/openssl/config/archs/linux-elf/opensslconf.h b/deps/openssl/config/archs/linux-elf/opensslconf.h
index fb6363d56a..7d6da35943 100644
--- a/deps/openssl/config/archs/linux-elf/opensslconf.h
+++ b/deps/openssl/config/archs/linux-elf/opensslconf.h
@@ -20,6 +20,9 @@ extern "C" {
#ifndef OPENSSL_NO_KRB5
# define OPENSSL_NO_KRB5
#endif
+#ifndef OPENSSL_NO_LIBUNBOUND
+# define OPENSSL_NO_LIBUNBOUND
+#endif
#ifndef OPENSSL_NO_MD2
# define OPENSSL_NO_MD2
#endif
@@ -32,6 +35,9 @@ extern "C" {
#ifndef OPENSSL_NO_SCTP
# define OPENSSL_NO_SCTP
#endif
+#ifndef OPENSSL_NO_SSL_TRACE
+# define OPENSSL_NO_SSL_TRACE
+#endif
#ifndef OPENSSL_NO_STORE
# define OPENSSL_NO_STORE
#endif
@@ -65,6 +71,9 @@ extern "C" {
# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
# define NO_KRB5
# endif
+# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND)
+# define NO_LIBUNBOUND
+# endif
# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2)
# define NO_MD2
# endif
@@ -77,6 +86,9 @@ extern "C" {
# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP)
# define NO_SCTP
# endif
+# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE)
+# define NO_SSL_TRACE
+# endif
# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE)
# define NO_STORE
# endif