diff options
Diffstat (limited to 'crypto/nss_util.h')
-rw-r--r-- | crypto/nss_util.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/nss_util.h b/crypto/nss_util.h index c350c93..1244db9 100644 --- a/crypto/nss_util.h +++ b/crypto/nss_util.h @@ -8,6 +8,7 @@ #include <string> #include "base/basictypes.h" +#include "crypto/crypto_api.h" #if defined(USE_NSS) class FilePath; @@ -32,12 +33,12 @@ void EarlySetupForNSSInit(); // Initialize NRPR if it isn't already initialized. This function is // thread-safe, and NSPR will only ever be initialized once. -void EnsureNSPRInit(); +void CRYPTO_API EnsureNSPRInit(); // Initialize NSS if it isn't already initialized. This must be called before // any other NSS functions. This function is thread-safe, and NSS will only // ever be initialized once. -void EnsureNSSInit(); +void CRYPTO_API EnsureNSSInit(); // Call this before calling EnsureNSSInit() will force NSS to initialize // without a persistent DB. This is used for the special case where access of |