diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2022-11-13 18:40:46 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2022-11-13 18:40:46 +0000 |
commit | 688404c7baba2cc00fd241a4d859c18f4fbebf75 (patch) | |
tree | 011a99ec9ac0b860128d7b5fb1df816fc4937a0f | |
parent | 5cecf532e22ba3a70f08fe39620bdd87da1edb5d (diff) |
Sync config.h, we have ed25519 support now.
-rw-r--r-- | sbin/unwind/libunbound/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |