OSDN Git Service

Update OpenSSL to 1.0.2a.
[ffftp/ffftp.git] / contrib / openssl / include / openssl / opensslconf.h
index a468f76..3a01da5 100644 (file)
@@ -23,6 +23,9 @@ extern "C" {
 #ifndef OPENSSL_NO_KRB5\r
 # define OPENSSL_NO_KRB5\r
 #endif\r
+#ifndef OPENSSL_NO_LIBUNBOUND\r
+# define OPENSSL_NO_LIBUNBOUND\r
+#endif\r
 #ifndef OPENSSL_NO_MD2\r
 # define OPENSSL_NO_MD2\r
 #endif\r
@@ -35,6 +38,9 @@ extern "C" {
 #ifndef OPENSSL_NO_SCTP\r
 # define OPENSSL_NO_SCTP\r
 #endif\r
+#ifndef OPENSSL_NO_SSL_TRACE\r
+# define OPENSSL_NO_SSL_TRACE\r
+#endif\r
 #ifndef OPENSSL_NO_STORE\r
 # define OPENSSL_NO_STORE\r
 #endif\r
@@ -65,6 +71,9 @@ extern "C" {
 # if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)\r
 #  define NO_KRB5\r
 # endif\r
+# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND)\r
+#  define NO_LIBUNBOUND\r
+# endif\r
 # if defined(OPENSSL_NO_MD2) && !defined(NO_MD2)\r
 #  define NO_MD2\r
 # endif\r
@@ -77,6 +86,9 @@ extern "C" {
 # if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP)\r
 #  define NO_SCTP\r
 # endif\r
+# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE)\r
+#  define NO_SSL_TRACE\r
+# endif\r
 # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE)\r
 #  define NO_STORE\r
 # endif\r