summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrisk%netscape.com <devnull@localhost>2000-06-06 22:02:09 +0000
committerchrisk%netscape.com <devnull@localhost>2000-06-06 22:02:09 +0000
commit1133163cb8f18e01cac78dd165e65fa54d1d8d43 (patch)
treee410da338ec6bbe76e045de9489b9f315dafa514
parent34f11b84bc5f2e7f42c387bf24c60d07aafe94f7 (diff)
downloadnss-hg-1133163cb8f18e01cac78dd165e65fa54d1d8d43.tar.gz
Make it build...
-rw-r--r--security/nss/lib/smime/cmsreclist.h5
-rw-r--r--security/nss/lib/smime/manifest.mn1
2 files changed, 6 insertions, 0 deletions
diff --git a/security/nss/lib/smime/cmsreclist.h b/security/nss/lib/smime/cmsreclist.h
index 6e029c584..32ff188ef 100644
--- a/security/nss/lib/smime/cmsreclist.h
+++ b/security/nss/lib/smime/cmsreclist.h
@@ -35,6 +35,9 @@
* $Id$
*/
+#ifndef _CMSRECLIST_H
+#define _CMSRECLIST_H
+
struct NSSCMSRecipientStr {
int riIndex; /* this recipient's index in recipientInfo array */
int subIndex; /* index into recipientEncryptedKeys */
@@ -52,3 +55,5 @@ struct NSSCMSRecipientStr {
};
typedef struct NSSCMSRecipientStr NSSCMSRecipient;
+
+#endif /* _CMSRECLIST_H */
diff --git a/security/nss/lib/smime/manifest.mn b/security/nss/lib/smime/manifest.mn
index 666b02133..c7fef112b 100644
--- a/security/nss/lib/smime/manifest.mn
+++ b/security/nss/lib/smime/manifest.mn
@@ -37,6 +37,7 @@ EXPORTS = \
cms.h \
cmst.h \
smime.h \
+ cmsreclist.h \
$(NULL)
PRIVATE_EXPORTS = \