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

Unified Diff: net/ssl/openssl_ssl_util.h

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
Index: net/ssl/openssl_ssl_util.h
diff --git a/net/socket/openssl_ssl_util.h b/net/ssl/openssl_ssl_util.h
similarity index 90%
rename from net/socket/openssl_ssl_util.h
rename to net/ssl/openssl_ssl_util.h
index 948a8ab7235d34abeee14b31a58e233bba538272..6721453e07febac63741d9f5c319f77a9eb31666 100644
--- a/net/socket/openssl_ssl_util.h
+++ b/net/ssl/openssl_ssl_util.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_SOCKET_OPENSSL_SSL_UTIL_H_
-#define NET_SOCKET_OPENSSL_SSL_UTIL_H_
+#ifndef NET_SSL_OPENSSL_SSL_UTIL_H_
+#define NET_SSL_OPENSSL_SSL_UTIL_H_
namespace crypto {
class OpenSSLErrStackTracer;
@@ -37,4 +37,4 @@ int MapOpenSSLError(int err, const crypto::OpenSSLErrStackTracer& tracer);
} // namespace net
-#endif // NET_SOCKET_OPENSSL_SSL_UTIL_H_
+#endif // NET_SSL_OPENSSL_SSL_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698