Sync config.h, we have ed25519 support now.
authorflorian <florian@openbsd.org>
Sun, 13 Nov 2022 18:40:45 +0000 (18:40 +0000)
committerflorian <florian@openbsd.org>
Sun, 13 Nov 2022 18:40:45 +0000 (18:40 +0000)
sbin/unwind/libunbound/config.h

index e67fbf5..8e31919 100644 (file)
 
 /* 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. */
 /* #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 */