summaryrefslogtreecommitdiff
path: root/security/nss/lib/cryptohi
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-11-19 19:04:59 +0000
committerrelyea%netscape.com <devnull@localhost>2001-11-19 19:04:59 +0000
commit262a1ac4c0616db75b94d813561845827b46c130 (patch)
tree89ae48fee03718c95c54eb5cee5bf1008a84667a /security/nss/lib/cryptohi
parent090d4a44aa2c644957fe5da262f8aee55b892fef (diff)
downloadnss-hg-262a1ac4c0616db75b94d813561845827b46c130.tar.gz
NSS 3.4 integration changes.
1) 3.4 needs to bump the version numbers up by one on secmod.db from NSS 3.3 2) Need to add escapes to the configdirectory. (should add them to other parameters as well. 3) put exported files back into the correct headers. 4) Add _BEGIN/_END protos where appropriate.
Diffstat (limited to 'security/nss/lib/cryptohi')
-rw-r--r--security/nss/lib/cryptohi/keythi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/nss/lib/cryptohi/keythi.h b/security/nss/lib/cryptohi/keythi.h
index 9191bd7ff..9a7f9c9ea 100644
--- a/security/nss/lib/cryptohi/keythi.h
+++ b/security/nss/lib/cryptohi/keythi.h
@@ -50,6 +50,8 @@ typedef enum {
/*
** Template Definitions
**/
+
+SEC_BEGIN_PROTOS
extern const SEC_ASN1Template SECKEY_RSAPublicKeyTemplate[];
extern const SEC_ASN1Template SECKEY_DSAPublicKeyTemplate[];
extern const SEC_ASN1Template SECKEY_DHPublicKeyTemplate[];
@@ -60,6 +62,7 @@ extern const SEC_ASN1Template SECKEY_DSAPrivateKeyExportTemplate[];
/* Windows DLL accessor functions */
extern SEC_ASN1TemplateChooser NSS_Get_SECKEY_DSAPublicKeyTemplate;
extern SEC_ASN1TemplateChooser NSS_Get_SECKEY_RSAPublicKeyTemplate;
+SEC_END_PROTOS
/*