Fix typo in TODO comment.

Thanks to Alex Gaynor for reporting this.

Change-Id: I983ecb33cf017160f82582cc79e71f8ae7b30b99
Reviewed-on: https://boringssl-review.googlesource.com/21744
Reviewed-by: David Benjamin <davidben@google.com>
This commit is contained in:
David Benjamin 2017-10-11 19:29:53 -04:00
parent 666d16e262
commit 1f1ac63bff

View File

@ -4042,8 +4042,7 @@ extern "C++" OPENSSL_EXPORT void SSL_CTX_sess_set_get_cb(
// This structures are exposed for historical reasons, but access to them is
// deprecated.
// TODO(davidben): Remove this forward declaration when is |SSL_SESSION| is
// opaque.
// TODO(davidben): Remove this forward declaration when |SSL_SESSION| is opaque.
typedef struct ssl_x509_method_st SSL_X509_METHOD;
#define SSL_MAX_SSL_SESSION_ID_LENGTH 32