summaryrefslogtreecommitdiff
path: root/security/nss/lib/ckfw
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-03-14 04:12:25 +0000
committerwtc%netscape.com <devnull@localhost>2002-03-14 04:12:25 +0000
commit5622c5e3bc9b23a4347c03daa20dfd580f2f0329 (patch)
tree32a903aa53817183ff2297fb52bfa3f13d0b0af5 /security/nss/lib/ckfw
parenta76c764f19115713e478a4281228c2922e9827b4 (diff)
downloadnss-hg-5622c5e3bc9b23a4347c03daa20dfd580f2f0329.tar.gz
Bugzilla bug 130703: fixed several issues in the NSS 3.4 exported headers.
1) Preseve the position of NSS 3.3 elements in the data structures. Some new fields replace some old deprecated fields where possible to preserve the total size of the structure. 2) Stan headers are removed from public exports. 3) Some exported functions didn't have prototypes in the public headers. 4) One bug fix: dev3hack.c did not pass the second argument to nssToken_DestroyCertList. 5) Include the necessary headers to fix undeclared function warnings.
Diffstat (limited to 'security/nss/lib/ckfw')
-rw-r--r--security/nss/lib/ckfw/nssckepv.h5
-rw-r--r--security/nss/lib/ckfw/nssckft.h5
-rw-r--r--security/nss/lib/ckfw/nssckg.h5
3 files changed, 15 insertions, 0 deletions
diff --git a/security/nss/lib/ckfw/nssckepv.h b/security/nss/lib/ckfw/nssckepv.h
index bfa79ac78..351765b70 100644
--- a/security/nss/lib/ckfw/nssckepv.h
+++ b/security/nss/lib/ckfw/nssckepv.h
@@ -31,4 +31,9 @@
* may use your version of this file under either the MPL or the
* GPL.
*/
+#ifndef NSSCKEPV_H
+#define NSSCKEPV_H
+
#include "pkcs11.h"
+
+#endif /* NSSCKEPV_H */
diff --git a/security/nss/lib/ckfw/nssckft.h b/security/nss/lib/ckfw/nssckft.h
index ef3e897ce..a258144db 100644
--- a/security/nss/lib/ckfw/nssckft.h
+++ b/security/nss/lib/ckfw/nssckft.h
@@ -32,4 +32,9 @@
* GPL.
*/
+#ifndef _NSSCKFT_H_
+#define _NSSCKFT_H_ 1
+
#include "pkcs11t.h"
+
+#endif /* _NSSCKFT_H_ */
diff --git a/security/nss/lib/ckfw/nssckg.h b/security/nss/lib/ckfw/nssckg.h
index bfa79ac78..ae7dbeb91 100644
--- a/security/nss/lib/ckfw/nssckg.h
+++ b/security/nss/lib/ckfw/nssckg.h
@@ -31,4 +31,9 @@
* may use your version of this file under either the MPL or the
* GPL.
*/
+#ifndef NSSCKG_H
+#define NSSCKG_H
+
#include "pkcs11.h"
+
+#endif /* NSSCKG_H */