Regenerate: remove GOST, enable DANE-TA now that we have OpenSSL 1.1.1.
Approved by: re (gjb)
This commit is contained in:
parent
49f1151fb6
commit
43f8d28c37
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user