diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-09-19 07:03:28 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-09-19 07:03:28 +0000 |
| commit | 8eec4954fb4517c339e3b48452c5ee25bbebed57 (patch) | |
| tree | 5b793590ba7cdd1cd3c0f2be531b0607bc65c797 | |
| parent | b285c5df3aad8e232c1b369c29df412f50b366b6 (diff) | |
Notes
| -rw-r--r-- | contrib/unbound/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/unbound/config.h b/contrib/unbound/config.h index 868066e2da953..fce5a1594007d 100644 --- a/contrib/unbound/config.h +++ b/contrib/unbound/config.h @@ -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 |
