From 490b9cbcdc943ae1382b7c3c6110e5cc94cd00a3 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Wed, 5 Apr 2017 15:12:37 +0800 Subject: [PATCH] Fix #1430 --- src/utils.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/utils.c b/src/utils.c index 784c7b53..c3bafcb4 100644 --- a/src/utils.c +++ b/src/utils.c @@ -37,6 +37,7 @@ #include +#include "crypto.h" #include "utils.h" #ifdef HAVE_SETRLIMIT @@ -300,6 +301,10 @@ usage() " camellia-256-cfb, bf-cfb,\n"); printf( " chacha20-ietf-poly1305,\n"); +#ifdef FS_HAVE_XCHACHA20IETF + printf( + " xchacha20-ietf-poly1305,\n"); +#endif printf( " salsa20, chacha20 and chacha20-ietf.\n"); printf(