We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a693f5 + 723adaa commit c90aa27Copy full SHA for c90aa27
1 file changed
examples/client/client.c
@@ -1657,7 +1657,9 @@ static void Usage(void)
1657
printf("%s", msg[++msgid]); /* -D */
1658
printf("%s", msg[++msgid]); /* -e */
1659
printf("%s", msg[++msgid]); /* -g */
1660
+#ifdef WOLFSSL_DTLS
1661
printf("%s", msg[++msgid]); /* -u */
1662
+#endif
1663
#ifdef WOLFSSL_SCTP
1664
printf("%s", msg[++msgid]); /* -G */
1665
#endif
@@ -1772,7 +1774,6 @@ static void Usage(void)
1772
1774
printf("%s", msg[++msgid]); /* --wolfsentry-config */
1773
1775
1776
printf("%s", msg[++msgid]); /* -7 */
- printf("%s", msg[++msgid]); /* Examples repo link */
1777
#ifdef HAVE_PQC
1778
printf("%s", msg[++msgid]); /* --pqc */
1779
0 commit comments