Browse Source

Fix typo.

Change-Id: I7699d59e61df16f2091c3e12607c08333dcc9813
Reviewed-on: https://boringssl-review.googlesource.com/8280
Reviewed-by: Adam Langley <agl@google.com>
kris/onging/CECPQ3_patch15
David Benjamin 8 years ago
committed by Adam Langley
parent
commit
41e08045f7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/openssl/ssl.h

+ 1
- 1
include/openssl/ssl.h View File

@@ -238,7 +238,7 @@ OPENSSL_EXPORT int SSL_is_server(SSL *ssl);
* |BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT| control requests to set read timeouts.
*
* If |rbio| (respectively, |wbio|) is the same as the currently configured
* |BIO| for reading (respectivly, writing), that side is left untouched and is
* |BIO| for reading (respectively, writing), that side is left untouched and is
* not freed. Using this behavior and calling this function if |ssl| already has
* |BIO|s configured is deprecated. */
OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio);


Loading…
Cancel
Save