From: florian Date: Sun, 13 Nov 2022 18:40:45 +0000 (+0000) Subject: Sync config.h, we have ed25519 support now. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=db128b24a38746ad89a79e668c95feb904995305;p=openbsd Sync config.h, we have ed25519 support now. --- diff --git a/sbin/unwind/libunbound/config.h b/sbin/unwind/libunbound/config.h index e67fbf54eba..8e319198966 100644 --- a/sbin/unwind/libunbound/config.h +++ b/sbin/unwind/libunbound/config.h @@ -126,7 +126,7 @@ /* Define to 1 if you have the declaration of `NID_ED25519', and to 0 if you don't. */ -#define HAVE_DECL_NID_ED25519 0 +#define HAVE_DECL_NID_ED25519 1 /* Define to 1 if you have the declaration of `NID_ED448', and to 0 if you don't. */ @@ -880,7 +880,7 @@ /* #undef USE_ECDSA_EVP_WORKAROUND */ /* Define this to enable ED25519 support. */ -/* #undef USE_ED25519 */ +#define USE_ED25519 1 /* Define this to enable ED448 support. */ /* #undef USE_ED448 */