diff --git a/mozilla/security/nss/lib/pk11wrap/secmodt.h b/mozilla/security/nss/lib/pk11wrap/secmodt.h index 32ba89eb942..4657f2eddd8 100644 --- a/mozilla/security/nss/lib/pk11wrap/secmodt.h +++ b/mozilla/security/nss/lib/pk11wrap/secmodt.h @@ -43,6 +43,7 @@ extern const SEC_ASN1Template SECKEY_PointerToEncryptedPrivateKeyInfoTemplate[]; extern SEC_ASN1TemplateChooser NSS_Get_SECKEY_PointerToEncryptedPrivateKeyInfoTemplate; extern const SEC_ASN1Template SECKEY_EncryptedPrivateKeyInfoTemplate[]; +extern SEC_ASN1TemplateChooser NSS_Get_SECKEY_EncryptedPrivateKeyInfoTemplate; extern const SEC_ASN1Template SECKEY_PrivateKeyInfoTemplate[]; extern SEC_ASN1TemplateChooser NSS_Get_SECKEY_PrivateKeyInfoTemplate; extern const SEC_ASN1Template SECKEY_PointerToPrivateKeyInfoTemplate[];