fixing HAVE_MAX_FRAGMENT ifdef
This commit is contained in:
parent
cf2f657036
commit
c03263ae70
@ -133,7 +133,7 @@ static void Usage(void)
|
|||||||
#ifdef HAVE_SNI
|
#ifdef HAVE_SNI
|
||||||
printf("-S <str> Use Host Name Indication\n");
|
printf("-S <str> Use Host Name Indication\n");
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_MAXFRAGMENT
|
#ifdef HAVE_MAX_FRAGMENT
|
||||||
printf("-L <num> Use Maximum Fragment Length [1-5]\n");
|
printf("-L <num> Use Maximum Fragment Length [1-5]\n");
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_TRUNCATED_HMAC
|
#ifdef HAVE_TRUNCATED_HMAC
|
||||||
|
Loading…
Reference in New Issue
Block a user