Index: nss/lib/softoken/lowkeyti.h |
=================================================================== |
--- nss/lib/softoken/lowkeyti.h (revision 256695) |
+++ nss/lib/softoken/lowkeyti.h (working copy) |
@@ -20,11 +20,11 @@ |
extern const SEC_ASN1Template nsslowkey_DSAPrivateKeyExportTemplate[]; |
extern const SEC_ASN1Template nsslowkey_DHPrivateKeyTemplate[]; |
extern const SEC_ASN1Template nsslowkey_DHPrivateKeyExportTemplate[]; |
-#ifdef NSS_ENABLE_ECC |
+#ifndef NSS_DISABLE_ECC |
#define NSSLOWKEY_EC_PRIVATE_KEY_VERSION 1 /* as per SECG 1 C.4 */ |
extern const SEC_ASN1Template nsslowkey_ECParamsTemplate[]; |
extern const SEC_ASN1Template nsslowkey_ECPrivateKeyTemplate[]; |
-#endif /* NSS_ENABLE_ECC */ |
+#endif /* NSS_DISABLE_ECC */ |
extern const SEC_ASN1Template nsslowkey_PrivateKeyInfoTemplate[]; |
extern const SEC_ASN1Template nsslowkey_EncryptedPrivateKeyInfoTemplate[]; |