summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/BIO_f_ssl.3
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/BIO_f_ssl.3')
-rw-r--r--secure/lib/libcrypto/man/BIO_f_ssl.310
1 files changed, 5 insertions, 5 deletions
diff --git a/secure/lib/libcrypto/man/BIO_f_ssl.3 b/secure/lib/libcrypto/man/BIO_f_ssl.3
index 7c5117b..67cf4ea 100644
--- a/secure/lib/libcrypto/man/BIO_f_ssl.3
+++ b/secure/lib/libcrypto/man/BIO_f_ssl.3
@@ -1,5 +1,5 @@
.\" Automatically generated by Pod::Man version 1.15
-.\" Wed Feb 19 16:42:43 2003
+.\" Wed Mar 17 09:38:28 2004
.\"
.\" Standard preamble:
.\" ======================================================================
@@ -138,7 +138,7 @@
.\" ======================================================================
.\"
.IX Title "BIO_f_ssl 3"
-.TH BIO_f_ssl 3 "0.9.7a" "2003-02-19" "OpenSSL"
+.TH BIO_f_ssl 3 "0.9.7d" "2004-03-17" "OpenSSL"
.UC
.SH "NAME"
BIO_f_ssl, BIO_set_ssl, BIO_get_ssl, BIO_set_ssl_mode, BIO_set_ssl_renegotiate_bytes,
@@ -467,8 +467,8 @@ a client and also echoes the request to standard output.
\& }
.Ve
.Vb 3
-\& BIO_puts(sbio, "HTTP/1.0 200 OK\er\enContent-type: text/html\er\en\er\en");
-\& BIO_puts(sbio, "<pre>\er\enConnection Established\er\enRequest headers:\er\en");
+\& BIO_puts(sbio, "HTTP/1.0 200 OK\er\enContent-type: text/plain\er\en\er\en");
+\& BIO_puts(sbio, "\er\enConnection Established\er\enRequest headers:\er\en");
\& BIO_puts(sbio, "--------------------------------------------------\er\en");
.Ve
.Vb 8
@@ -483,7 +483,7 @@ a client and also echoes the request to standard output.
.Ve
.Vb 2
\& BIO_puts(sbio, "--------------------------------------------------\er\en");
-\& BIO_puts(sbio, "</pre>\er\en");
+\& BIO_puts(sbio, "\er\en");
.Ve
.Vb 2
\& /* Since there is a buffering BIO present we had better flush it */
OpenPOWER on IntegriCloud