Skip to content

Commit

Permalink
Add missing declaration of NSS_Get_SECKEY_EncryptedPrivateKeyInfoTemp…
Browse files Browse the repository at this point in the history
…late
  • Loading branch information
nelsonb%netscape.com committed Jul 3, 2003
1 parent e198d7d commit 53dd1df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/nss/lib/pk11wrap/secmodt.h
Expand Up @@ -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[];
Expand Down

0 comments on commit 53dd1df

Please sign in to comment.