diff options
author | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-04 19:00:37 +0000 |
---|---|---|
committer | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-04 19:00:37 +0000 |
commit | 301415ea99531af12cf34568c908fdbdd128bcda (patch) | |
tree | beb76fa0ee445fa569e212dcfbe8222528fe739c /base/build | |
parent | 261d17188f9c63f82ea326f510c2fddb477c9c97 (diff) | |
download | chromium_src-301415ea99531af12cf34568c908fdbdd128bcda.zip chromium_src-301415ea99531af12cf34568c908fdbdd128bcda.tar.gz chromium_src-301415ea99531af12cf34568c908fdbdd128bcda.tar.bz2 |
HMAC-SHA1 implementation for Mac based on CommonCrypto;
allow Windows HMAC-SHA1 to use keys longer than 16 bytes.
Review URL: http://codereview.chromium.org/218
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/build/base.vcproj b/base/build/base.vcproj index add54fe..27d7e3c 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -310,11 +310,11 @@ > </File> <File - RelativePath="..\hmac.cc" + RelativePath="..\hmac.h" > </File> <File - RelativePath="..\hmac.h" + RelativePath="..\hmac_win.cc" > </File> <File |