提交 d3b324a1 编写于 作者: M Matt Caswell

Update a comment

Update a comment that was out of date due to the pipelining changes
Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 0df80881
...@@ -646,7 +646,7 @@ int ssl3_do_compress(SSL *ssl, SSL3_RECORD *wr) ...@@ -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: * Returns:
* 0: (in non-constant time) if the record is publically invalid (i.e. too * 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) ...@@ -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: * Returns:
* 0: (in non-constant time) if the record is publically invalid (i.e. too * 0: (in non-constant time) if the record is publically invalid (i.e. too
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册