Browse Source

Fix #1430

pull/1434/head
Max Lv 7 years ago
parent
commit
490b9cbcdc
1 changed files with 5 additions and 0 deletions
  1. 5
      src/utils.c

5
src/utils.c

@ -37,6 +37,7 @@
#include <sodium.h>
#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(

Loading…
Cancel
Save