diff options
author | albertb@chromium.org <albertb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-22 20:08:41 +0000 |
---|---|---|
committer | albertb@chromium.org <albertb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-22 20:08:41 +0000 |
commit | 41c78fa1896c5f849c2160ae5de84c232e2c3de9 (patch) | |
tree | dbfa2145004d5de028626fb674c479c888b6183d /base/nss_util.h | |
parent | 7e563816b35dcc102eb69849295b5f6f9d048a63 (diff) | |
download | chromium_src-41c78fa1896c5f849c2160ae5de84c232e2c3de9.zip chromium_src-41c78fa1896c5f849c2160ae5de84c232e2c3de9.tar.gz chromium_src-41c78fa1896c5f849c2160ae5de84c232e2c3de9.tar.bz2 |
PBKDF2 implemetation using NSS.
BUG=none
TEST=unit test
Review URL: http://codereview.chromium.org/1024001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/nss_util.h')
-rw-r--r-- | base/nss_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/nss_util.h b/base/nss_util.h index f766228..5c8e0f6 100644 --- a/base/nss_util.h +++ b/base/nss_util.h @@ -7,6 +7,9 @@ #include "base/basictypes.h" +// This file specifically doesn't depend on any NSS or NSPR headers because it +// is included by various (non-crypto) parts of chrome to call the +// initialization functions. namespace base { class Time; |