aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-02-16 11:58:24 +0000
committerMatt Caswell <matt@openssl.org>2016-03-07 21:39:28 +0000
commitd3b324a1614c1fa8acaaa448eb2a101e49e86ee2 (patch)
treefc9cfea77c39ae9349917509ee4803d54e592ca0
parent0df8088132af29b3069aa15408fc1ea49e5cabb4 (diff)
downloadopenssl-d3b324a1614c1fa8acaaa448eb2a101e49e86ee2.zip
openssl-d3b324a1614c1fa8acaaa448eb2a101e49e86ee2.tar.gz
openssl-d3b324a1614c1fa8acaaa448eb2a101e49e86ee2.tar.bz2
Update a comment
Update a comment that was out of date due to the pipelining changes Reviewed-by: Tim Hudson <tjh@openssl.org>
-rw-r--r--ssl/record/ssl3_record.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/record/ssl3_record.c b/ssl/record/ssl3_record.c
index c910e69..a85ec6c 100644
--- a/ssl/record/ssl3_record.c
+++ b/ssl/record/ssl3_record.c
@@ -646,7 +646,7 @@ int ssl3_do_compress(SSL *ssl, SSL3_RECORD *wr)
}
/*-
- * ssl3_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
+ * ssl3_enc encrypts/decrypts |numpipes| records in |inrecs|
*
* Returns:
* 0: (in non-constant time) if the record is publically invalid (i.e. too
@@ -719,7 +719,7 @@ int ssl3_enc(SSL *s, SSL3_RECORD *inrecs, unsigned int numpipes, int send)
}
/*-
- * tls1_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
+ * tls1_enc encrypts/decrypts |numpipes| in |recs|.
*
* Returns:
* 0: (in non-constant time) if the record is publically invalid (i.e. too