summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-09-28 00:45:59 +0000
committerrelyea%netscape.com <devnull@localhost>2001-09-28 00:45:59 +0000
commitcdb513037e1f3aff309c2bb1079ef6c7224e90e8 (patch)
tree18a1a97ed43a013e52575f3eda8fda24a0f18afe
parent41986e72fe7cea6d082cca8b0d14afc52c054411 (diff)
downloadnss-hg-cdb513037e1f3aff309c2bb1079ef6c7224e90e8.tar.gz
Make the #ifdef header consistant with the file name.
VS: Committing in .
-rw-r--r--security/nss/lib/softoken/keydbi.h6
-rw-r--r--security/nss/lib/softoken/lowkeyi.h6
-rw-r--r--security/nss/lib/softoken/lowkeyti.h6
3 files changed, 9 insertions, 9 deletions
diff --git a/security/nss/lib/softoken/keydbi.h b/security/nss/lib/softoken/keydbi.h
index bf758aa1b..28eb962ad 100644
--- a/security/nss/lib/softoken/keydbi.h
+++ b/security/nss/lib/softoken/keydbi.h
@@ -35,8 +35,8 @@
* $Id$
*/
-#ifndef _PRIVATE_H_
-#define _PRIVATE_H_
+#ifndef _KEYDBI_H_
+#define _KEYDBI_H_
#include "nspr.h"
#include "seccomon.h"
@@ -77,4 +77,4 @@ extern SECStatus NSSLOWKEY_TraverseKeys(NSSLOWKEYDBHandle *handle,
SEC_END_PROTOS
-#endif /* _PRIVATE_H_ */
+#endif /* _KEYDBI_H_ */
diff --git a/security/nss/lib/softoken/lowkeyi.h b/security/nss/lib/softoken/lowkeyi.h
index 76fc8438f..b84c0729a 100644
--- a/security/nss/lib/softoken/lowkeyi.h
+++ b/security/nss/lib/softoken/lowkeyi.h
@@ -35,8 +35,8 @@
* $Id$
*/
-#ifndef _KEYLOW_H_
-#define _KEYLOW_H_
+#ifndef _LOWKEYI_H_
+#define _LOWKEYI_H_
#include "prtypes.h"
#include "seccomon.h"
@@ -248,4 +248,4 @@ nsslowkey_CopyPrivateKey(NSSLOWKEYPrivateKey *privKey);
SEC_END_PROTOS
-#endif /* _KEYLOW_H_ */
+#endif /* _LOWKEYI_H_ */
diff --git a/security/nss/lib/softoken/lowkeyti.h b/security/nss/lib/softoken/lowkeyti.h
index 59f54e9b6..248940a62 100644
--- a/security/nss/lib/softoken/lowkeyti.h
+++ b/security/nss/lib/softoken/lowkeyti.h
@@ -30,8 +30,8 @@
* may use your version of this file under either the MPL or the
* GPL.
*/
-#ifndef _KEYTLOW_H_
-#define _KEYTLOW_H_ 1
+#ifndef _LOWKEYTI_H_
+#define _LOWKEYTI_H_ 1
#include "blapit.h"
#include "prtypes.h"
@@ -152,4 +152,4 @@ struct NSSLOWKEYPrivateKeyStr {
};
typedef struct NSSLOWKEYPrivateKeyStr NSSLOWKEYPrivateKey;
-#endif /* _KEYTLOW_H_ */
+#endif /* _LOWKEYTI_H_ */