Index: crypto/signature_creator.h |
diff --git a/crypto/signature_creator.h b/crypto/signature_creator.h |
index c221e7bc0ba532de9b5a5ee8d3ab88dfb9d72e8b..ab9d2c1a21b58cf9e7205668f517c03377c8456a 100644 |
--- a/crypto/signature_creator.h |
+++ b/crypto/signature_creator.h |
@@ -14,7 +14,7 @@ |
#if defined(USE_OPENSSL) |
// Forward declaration for openssl/*.h |
typedef struct env_md_ctx_st EVP_MD_CTX; |
-#elif defined(USE_NSS) || defined(OS_WIN) || defined(OS_MACOSX) |
+#elif defined(USE_NSS_CERTS) || defined(OS_WIN) || defined(OS_MACOSX) |
// Forward declaration. |
struct SGNContextStr; |
#endif |
@@ -61,7 +61,7 @@ class CRYPTO_EXPORT SignatureCreator { |
#if defined(USE_OPENSSL) |
EVP_MD_CTX* sign_context_; |
-#elif defined(USE_NSS) || defined(OS_WIN) || defined(OS_MACOSX) |
+#elif defined(USE_NSS_CERTS) || defined(OS_WIN) || defined(OS_MACOSX) |
SGNContextStr* sign_context_; |
#endif |