Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2018 07:03:29 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r338778 - projects/openssl111/contrib/unbound
Message-ID:  <201809190703.w8J73TQM071662@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Wed Sep 19 07:03:28 2018
New Revision: 338778
URL: https://svnweb.freebsd.org/changeset/base/338778

Log:
  Make unbound buildable.

Modified:
  projects/openssl111/contrib/unbound/config.h

Modified: projects/openssl111/contrib/unbound/config.h
==============================================================================
--- projects/openssl111/contrib/unbound/config.h	Wed Sep 19 07:01:22 2018	(r338777)
+++ projects/openssl111/contrib/unbound/config.h	Wed Sep 19 07:03:28 2018	(r338778)
@@ -135,7 +135,7 @@
 #define HAVE_DLFCN_H 1
 
 /* Define to 1 if you have the `DSA_SIG_set0' function. */
-/* #undef HAVE_DSA_SIG_SET0 */
+#define HAVE_DSA_SIG_SET0 1
 
 /* Define to 1 if you have the <endian.h> header file. */
 /* #undef HAVE_ENDIAN_H */
@@ -177,10 +177,10 @@
 /* #undef HAVE_EVP_DIGESTVERIFY */
 
 /* Define to 1 if you have the `EVP_dss1' function. */
-#define HAVE_EVP_DSS1 1
+/* #undef HAVE_EVP_DSS1 */
 
 /* Define to 1 if you have the `EVP_MD_CTX_new' function. */
-/* #undef HAVE_EVP_MD_CTX_NEW */
+#define HAVE_EVP_MD_CTX_NEW 1
 
 /* Define to 1 if you have the `EVP_sha1' function. */
 #define HAVE_EVP_SHA1 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809190703.w8J73TQM071662>