Remove unused includes that collide with OpenSSL includes.
wincrypt.h and OpenSSL can't be in the same translation unit since both define X509_NAME. There is a crypto/wincrypt_shim.h to use instead of wincrypt.h but in this case the includes were left by mistake when code moved elsewhere and can be removed. This fixes jumbo build in Windows. TBR=pmonette@chromium.org Bug: 746957 Change-Id: I3fa0dadaf8e423302c353bfb7bc7e5484b58ff68 Reviewed-on: https://chromium-review.googlesource.com/924223Reviewed-by:Daniel Bratell <bratell@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#537625}
Showing
Please register or sign in to comment