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

Unified Diff: net/ssl/ssl_server_config.cc

Issue 1421903008: Revert of SSL in EmbeddedTestServer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « net/ssl/ssl_server_config.h ('k') | net/test/embedded_test_server/embedded_test_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_server_config.cc
diff --git a/net/ssl/ssl_server_config.cc b/net/ssl/ssl_server_config.cc
deleted file mode 100644
index 8b3e67f7f21e42ef21e56ac4a116c55bbff16e6a..0000000000000000000000000000000000000000
--- a/net/ssl/ssl_server_config.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "net/ssl/ssl_server_config.h"
-
-#include "net/socket/ssl_client_socket.h"
-#include "net/ssl/ssl_config.h"
-
-namespace net {
-
-SSLServerConfig::SSLServerConfig()
- : version_min(kDefaultSSLVersionMin),
- version_max(SSL_PROTOCOL_VERSION_TLS1_2),
- require_ecdhe(false),
- require_client_cert(false) {}
-
-SSLServerConfig::~SSLServerConfig() {}
-
-} // namespace net
« no previous file with comments | « net/ssl/ssl_server_config.h ('k') | net/test/embedded_test_server/embedded_test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698