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

Unified Diff: crypto/capi_util.h

Issue 686883002: Add crypto/wincrypt_shim.h wrapper header to resolve BoringSSL conflicts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sleevi comments Created 6 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 | « components/os_crypt/os_crypt_win.cc ('k') | crypto/crypto.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/capi_util.h
diff --git a/crypto/capi_util.h b/crypto/capi_util.h
index 09a44e7634c72445feee1d7d0be5779b1f1fe9d9..9d43293e23121c1292435c894cef00bae64dd853 100644
--- a/crypto/capi_util.h
+++ b/crypto/capi_util.h
@@ -6,9 +6,9 @@
#define CRYPTO_CAPI_UTIL_H_
#include <windows.h>
-#include <wincrypt.h>
#include "crypto/crypto_export.h"
+#include "crypto/wincrypt_shim.h"
namespace crypto {
« no previous file with comments | « components/os_crypt/os_crypt_win.cc ('k') | crypto/crypto.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698