summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-09-18 20:49:25 +0000
committerAndy Polyakov <appro@openssl.org>2007-09-18 20:49:25 +0000
commit898d9b1a87aa65cab480253bcf73b56436e54501 (patch)
tree53d90fa4f7dac0feb488d21330929bc7f82d3dba
parent4f9a9d2b7969ea1d8e763c48561217827e3061a5 (diff)
downloadopenssl-new-898d9b1a87aa65cab480253bcf73b56436e54501.tar.gz
Remove excessive whitespaces from bio.h.
-rw-r--r--crypto/bio/bio.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index 2c9e8a7c80..0362bb90ca 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -129,8 +129,8 @@ extern "C" {
/* dgram BIO stuff */
#define BIO_CTRL_DGRAM_CONNECT 31 /* BIO dgram special */
#define BIO_CTRL_DGRAM_SET_CONNECTED 32 /* allow for an externally
- * connected socket to be
- * passed in */
+ * connected socket to be
+ * passed in */
#define BIO_CTRL_DGRAM_SET_RECV_TIMEOUT 33 /* setsockopt, essentially */
#define BIO_CTRL_DGRAM_GET_RECV_TIMEOUT 34 /* getsockopt, essentially */
#define BIO_CTRL_DGRAM_SET_SEND_TIMEOUT 35 /* setsockopt, essentially */
@@ -146,14 +146,14 @@ extern "C" {
#define BIO_CTRL_DGRAM_QUERY_MTU 40 /* as kernel for current MTU */
#define BIO_CTRL_DGRAM_GET_MTU 41 /* get cached value for MTU */
#define BIO_CTRL_DGRAM_SET_MTU 42 /* set cached value for
- * MTU. want to use this
- * if asking the kernel
- * fails */
+ * MTU. want to use this
+ * if asking the kernel
+ * fails */
#define BIO_CTRL_DGRAM_MTU_EXCEEDED 43 /* check whether the MTU
- * was exceed in the
- * previous write
- * operation */
+ * was exceed in the
+ * previous write
+ * operation */
#define BIO_CTRL_DGRAM_SET_PEER 44 /* Destination for the data */