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

Unified Diff: net/socket/ssl_server_socket_openssl.cc

Issue 10543106: Add an explicit function to init NSS for SSL server sockets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated Created 8 years, 6 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: net/socket/ssl_server_socket_openssl.cc
diff --git a/net/socket/ssl_server_socket_openssl.cc b/net/socket/ssl_server_socket_openssl.cc
index 8dc1b9c03aa967c3c5725a4ec824fbbaeeb9fc52..88f480aa3bfca68c15c0160a952685a7ab014eee 100644
--- a/net/socket/ssl_server_socket_openssl.cc
+++ b/net/socket/ssl_server_socket_openssl.cc
@@ -7,6 +7,8 @@
namespace net {
+void EnableSSLServerSockets() {}
Wez 2012/06/12 21:30:35 nit: Consider NOTIMPLEMENTED(); here.
+
// TODO(bulach): Rather than disable components which call
// CreateSSLServerSocket when building for OpenSSL rather than NSS, just
// provide a stub for it for now.
Wez 2012/06/12 21:30:35 nit: Move this to a file-scope comment explaining

Powered by Google App Engine
This is Rietveld 408576698