diff options
author | deraadt <> | 2014-05-25 16:13:11 +0000 |
---|---|---|
committer | deraadt <> | 2014-05-25 16:13:11 +0000 |
commit | 23deca1ca2f60559c720fd71c5ac72fb2c862771 (patch) | |
tree | 4751ce6314dd167c1b718e5df80c956dd4a6c560 /src | |
parent | 4fd1d97e5d12fe84156713cfc55e8864fe0d98c0 (diff) | |
download | openbsd-23deca1ca2f60559c720fd71c5ac72fb2c862771.tar.gz openbsd-23deca1ca2f60559c720fd71c5ac72fb2c862771.tar.bz2 openbsd-23deca1ca2f60559c720fd71c5ac72fb2c862771.zip |
There is little interest in supporting Watt-32 TCP/IP debugging. For
reference, check out http://www.watt-32.net/
ok jsing
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/src/apps/s_client.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/libssl/src/apps/s_client.c b/src/lib/libssl/src/apps/s_client.c index 528864d265..66feb0d66b 100644 --- a/src/lib/libssl/src/apps/s_client.c +++ b/src/lib/libssl/src/apps/s_client.c | |||
@@ -287,9 +287,6 @@ sc_usage(void) | |||
287 | BIO_printf(bio_err, " -pause - sleep(1) after each read(2) and write(2) system call\n"); | 287 | BIO_printf(bio_err, " -pause - sleep(1) after each read(2) and write(2) system call\n"); |
288 | BIO_printf(bio_err, " -showcerts - show all certificates in the chain\n"); | 288 | BIO_printf(bio_err, " -showcerts - show all certificates in the chain\n"); |
289 | BIO_printf(bio_err, " -debug - extra output\n"); | 289 | BIO_printf(bio_err, " -debug - extra output\n"); |
290 | #ifdef WATT32 | ||
291 | BIO_printf(bio_err, " -wdebug - WATT-32 tcp debugging\n"); | ||
292 | #endif | ||
293 | BIO_printf(bio_err, " -msg - Show protocol messages\n"); | 290 | BIO_printf(bio_err, " -msg - Show protocol messages\n"); |
294 | BIO_printf(bio_err, " -nbio_test - more ssl protocol testing\n"); | 291 | BIO_printf(bio_err, " -nbio_test - more ssl protocol testing\n"); |
295 | BIO_printf(bio_err, " -state - print the 'ssl' states\n"); | 292 | BIO_printf(bio_err, " -state - print the 'ssl' states\n"); |
@@ -554,10 +551,6 @@ s_client_main(int argc, char **argv) | |||
554 | else if (strcmp(*argv, "-status") == 0) | 551 | else if (strcmp(*argv, "-status") == 0) |
555 | c_status_req = 1; | 552 | c_status_req = 1; |
556 | #endif | 553 | #endif |
557 | #ifdef WATT32 | ||
558 | else if (strcmp(*argv, "-wdebug") == 0) | ||
559 | dbug_init(); | ||
560 | #endif | ||
561 | else if (strcmp(*argv, "-msg") == 0) | 554 | else if (strcmp(*argv, "-msg") == 0) |
562 | c_msg = 1; | 555 | c_msg = 1; |
563 | else if (strcmp(*argv, "-showcerts") == 0) | 556 | else if (strcmp(*argv, "-showcerts") == 0) |