Commit 5b8bcd40 authored by bulach@chromium.org's avatar bulach@chromium.org

Renames secure_hash_nss.cc to secure_hash.cc

(there's an exclusion for _nss on non-linux platforms, however we need
this file for mac and windows as well.)
this is a build fix for http://src.chromium.org/viewvc/chrome?view=rev&revision=72782)

BUG=none
TEST=compiles

Review URL: http://codereview.chromium.org/6374015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72783 0039d316-1c4b-4281-b951-d872f2087c98
parent c322aa9b
......@@ -524,7 +524,7 @@
'sources!': [
'crypto/encryptor_nss.cc',
'crypto/rsa_private_key_nss.cc',
'crypto/secure_hash_nss.cc',
'crypto/secure_hash.cc',
'crypto/signature_creator_nss.cc',
'crypto/signature_verifier_nss.cc',
'crypto/symmetric_key_nss.cc',
......@@ -573,7 +573,7 @@
'crypto/rsa_private_key_openssl.cc',
'crypto/rsa_private_key_win.cc',
'crypto/secure_hash.h',
'crypto/secure_hash_nss.cc',
'crypto/secure_hash.cc',
'crypto/secure_hash_openssl.cc',
'crypto/signature_creator.h',
'crypto/signature_creator_mac.cc',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment