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

Unified Diff: net/ssl/openssl_ssl_util.cc

Issue 396803002: Implement TLS client auth in the OS X OpenSSL port. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mark keys as opaque. 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
« net/ssl/openssl_platform_key_mac.cc ('K') | « net/ssl/openssl_ssl_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/openssl_ssl_util.cc
diff --git a/net/socket/openssl_ssl_util.cc b/net/ssl/openssl_ssl_util.cc
similarity index 99%
rename from net/socket/openssl_ssl_util.cc
rename to net/ssl/openssl_ssl_util.cc
index 231f77cceacb77134a574cd2fba5581bb7a69f96..692b4d343eba82091b9f54bdef484e4d9fa30894 100644
--- a/net/socket/openssl_ssl_util.cc
+++ b/net/ssl/openssl_ssl_util.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/socket/openssl_ssl_util.h"
+#include "net/ssl/openssl_ssl_util.h"
#include <errno.h>
« net/ssl/openssl_platform_key_mac.cc ('K') | « net/ssl/openssl_ssl_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698