| Index: net/quic/test_tools/crypto_test_utils_openssl.cc
|
| diff --git a/net/quic/test_tools/crypto_test_utils_openssl.cc b/net/quic/test_tools/crypto_test_utils_openssl.cc
|
| index 24d0bc7531746d59d87302e6cb2ed25a6efac947..38508b2add398bc19616f03d71f859c3b26ae05a 100644
|
| --- a/net/quic/test_tools/crypto_test_utils_openssl.cc
|
| +++ b/net/quic/test_tools/crypto_test_utils_openssl.cc
|
| @@ -20,7 +20,7 @@ using std::string;
|
|
|
| namespace {
|
|
|
| -void EvpMdCtxCleanUp(EVP_MD_CTX *ctx) {
|
| +void EvpMdCtxCleanUp(EVP_MD_CTX* ctx) {
|
| (void)EVP_MD_CTX_cleanup(ctx);
|
| }
|
|
|
|
|