]
)
PDNS_CHECK_LIBCRYPTO_ECDSA
+PDNS_CHECK_LIBCRYPTO_EDDSA
PDNS_CHECK_LIBSODIUM
PDNS_CHECK_LIBDECAF
AC_MSG_NOTICE([----------------])
AC_MSG_NOTICE([Lua: $LUAPC])
AC_MSG_NOTICE([OpenSSL ECDSA: $libcrypto_ecdsa])
-AS_IF([test "x$LIBSODIUM_LIBS" != "x"],
- [AC_MSG_NOTICE([libsodium ed25519: yes])],
- [AC_MSG_NOTICE([libsodium ed25519: no])]
+AS_IF([test "x$LIBSODIUM_LIBS" != "x" || test "x$LIBDECAF_LIBS" != "x" || test "x$libcrypto_ed25519" = "xyes"],
+ [AC_MSG_NOTICE([ed25519: yes])],
+ [AC_MSG_NOTICE([ed25519: no])]
)
-AS_IF([test "x$LIBDECAF_LIBS" != "x"],
- [AC_MSG_NOTICE([libdecaf ed25519 and ed448: yes])],
- [AC_MSG_NOTICE([libdecaf ed25519 and ed448: no])]
+AS_IF([test "x$LIBDECAF_LIBS" != "x" || test "x$libcrypto_ed448" = "xyes"],
+ [AC_MSG_NOTICE([ed448: yes])],
+ [AC_MSG_NOTICE([ed448: no])]
)
AS_IF([test "x$BOTAN_LIBS" != "x"],
[AC_MSG_NOTICE([Botan gost: yes])],