summaryrefslogtreecommitdiffstats
path: root/crypto/nss_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/nss_util.h')
-rw-r--r--crypto/nss_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/nss_util.h b/crypto/nss_util.h
index 77a9649..1d7503d 100644
--- a/crypto/nss_util.h
+++ b/crypto/nss_util.h
@@ -20,6 +20,9 @@ class Time;
// initialization functions.
namespace crypto {
+// The TPMToken name used for the NSS slot opened by ScopedTestNSSDB.
+CRYPTO_EXPORT extern const char kTestTPMTokenName[];
+
#if defined(USE_NSS)
// EarlySetupForNSSInit performs lightweight setup which must occur before the
// process goes multithreaded. This does not initialise NSS. For test, see