Regenerate: remove GOST, enable DANE-TA now that we have OpenSSL 1.1.1.

Approved by:	re (gjb)
This commit is contained in:
Dag-Erling Smørgrav 2018-10-11 08:14:31 +00:00
parent 49f1151fb6
commit 43f8d28c37
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339303
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ unset CFLAGS CPPFLAGS LDFLAGS LD_LIBRARY_PATH LIBS
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
cd $ldns
./configure --prefix= --exec-prefix=/usr --disable-dane-ta-usage
./configure --prefix= --exec-prefix=/usr
cd $ldns/drill
./configure --prefix= --exec-prefix=/usr

View file

@ -362,7 +362,7 @@
#define USE_DANE 1
/* Define this to enable DANE-TA usage type support. */
/* #undef USE_DANE_TA_USAGE */
#define USE_DANE_TA_USAGE 1
/* Define this to enable DANE verify support. */
#define USE_DANE_VERIFY 1
@ -380,7 +380,7 @@
/* #undef USE_ED448 */
/* Define this to enable GOST support. */
#define USE_GOST 1
/* #undef USE_GOST */
/* Define this to enable SHA256 and SHA512 support. */
#define USE_SHA2 1