artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1a0133
)
Sync config.h, we have ed25519 support now.
author
florian
<florian@openbsd.org>
Sun, 13 Nov 2022 18:40:45 +0000
(18:40 +0000)
committer
florian
<florian@openbsd.org>
Sun, 13 Nov 2022 18:40:45 +0000
(18:40 +0000)
sbin/unwind/libunbound/config.h
patch
|
blob
|
history
diff --git
a/sbin/unwind/libunbound/config.h
b/sbin/unwind/libunbound/config.h
index
e67fbf5
..
8e31919
100644
(file)
--- 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 */