Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: trunk/src/net/socket/ssl_session_cache_openssl_unittest.cc

Issue 405503002: Revert 283813 "Switch to BoringSSL." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/net/socket/ssl_session_cache_openssl_unittest.cc
===================================================================
--- trunk/src/net/socket/ssl_session_cache_openssl_unittest.cc (revision 283844)
+++ trunk/src/net/socket/ssl_session_cache_openssl_unittest.cc (working copy)
@@ -75,8 +75,8 @@
// Called when an SSL object is copied through SSL_dup(). This needs to copy
// the value as well.
static int KeyDup(CRYPTO_EX_DATA* to,
- const CRYPTO_EX_DATA* from,
- void** from_fd,
+ CRYPTO_EX_DATA* from,
+ void* from_fd,
int idx,
long argl,
void* argp) {
« no previous file with comments | « trunk/src/net/socket/ssl_server_socket_openssl.cc ('k') | trunk/src/net/tools/flip_server/acceptor_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698