From a22f888a8679820ea2d27f443d06033c593cdd15 Mon Sep 17 00:00:00 2001 From: "nelsonb%netscape.com" Date: Thu, 3 Jul 2003 07:04:30 +0000 Subject: [PATCH] Add missing declaration of NSS_Get_SECKEY_EncryptedPrivateKeyInfoTemplate git-svn-id: svn://10.0.0.236/trunk@144423 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/pk11wrap/secmodt.h | 1 + 1 file changed, 1 insertion(+) 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[];