Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnsdist: Implement xchacha20 support for DNSCrypt #6045

Merged
merged 6 commits into from Mar 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion m4/pdns_check_libsodium.m4
Expand Up @@ -15,7 +15,7 @@ AC_DEFUN([PDNS_CHECK_LIBSODIUM], [
save_LIBS=$LIBS
CFLAGS="$LIBSODIUM_CFLAGS $CFLAGS"
LIBS="$LIBSODIUM_LIBS $LIBS"
AC_CHECK_FUNCS([crypto_box_easy_afternm])
AC_CHECK_FUNCS([crypto_box_easy_afternm crypto_box_curve25519xchacha20poly1305_easy])
CFLAGS=$save_CFLAGS
LIBS=$save_LIBS
], [ : ])
Expand Down