help message to use NTRU key in example server

This commit is contained in:
Jacob Barthelmeh
2015-12-22 11:51:26 -07:00
parent 37b8e60537
commit 0721b79282

View File

@ -230,6 +230,9 @@ static void Usage(void)
#endif #endif
printf("-i Loop indefinitely (allow repeated connections)\n"); printf("-i Loop indefinitely (allow repeated connections)\n");
printf("-e Echo data mode (return raw bytes received)\n"); printf("-e Echo data mode (return raw bytes received)\n");
#ifdef HAVE_NTRU
printf("-n Use NTRU key (needed for NTRU suites)\n");
#endif
printf("-B <num> Benchmark throughput using <num> bytes and print stats\n"); printf("-B <num> Benchmark throughput using <num> bytes and print stats\n");
} }