Date: Wed, 19 Sep 2018 06:44:31 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r338771 - projects/openssl111/contrib/ldns/ldns Message-ID: <201809190644.w8J6iWTd060935@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Wed Sep 19 06:44:31 2018 New Revision: 338771 URL: https://svnweb.freebsd.org/changeset/base/338771 Log: Make libldns buildable. Modified: projects/openssl111/contrib/ldns/ldns/config.h Modified: projects/openssl111/contrib/ldns/ldns/config.h ============================================================================== --- projects/openssl111/contrib/ldns/ldns/config.h Wed Sep 19 06:42:05 2018 (r338770) +++ projects/openssl111/contrib/ldns/ldns/config.h Wed Sep 19 06:44:31 2018 (r338771) @@ -60,19 +60,19 @@ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the `DSA_get0_key' function. */ -/* #undef HAVE_DSA_GET0_KEY */ +#define HAVE_DSA_GET0_KEY 1 /* Define to 1 if you have the `DSA_get0_pqg' function. */ -/* #undef HAVE_DSA_GET0_PQG */ +#define HAVE_DSA_GET0_PQG 1 /* Define to 1 if you have the `DSA_SIG_get0' function. */ -/* #undef HAVE_DSA_SIG_GET0 */ +#define HAVE_DSA_SIG_GET0 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 `ECDSA_SIG_get0' function. */ -/* #undef HAVE_ECDSA_SIG_GET0 */ +#define HAVE_ECDSA_SIG_GET0 1 /* Define to 1 if you have the `endprotoent' function. */ #define HAVE_ENDPROTOENT 1 @@ -84,10 +84,10 @@ #define HAVE_ENGINE_LOAD_CRYPTODEV 1 /* 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_PKEY_base_id' function. */ #define HAVE_EVP_PKEY_BASE_ID 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809190644.w8J6iWTd060935>