summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-09-28 00:49:24 +0000
committerrelyea%netscape.com <devnull@localhost>2001-09-28 00:49:24 +0000
commitec703baceb861cb8a18acf3b354cb9ba7259acc0 (patch)
tree545140b3b8f47cf8239226b4bc578e40f57cc72c
parent5b50706e4d616189f23f101fdb49149117ae63e8 (diff)
downloadnss-hg-ec703baceb861cb8a18acf3b354cb9ba7259acc0.tar.gz
Make the #ifdef header consistant with the file name.
-rw-r--r--security/nss/lib/softoken/pcertt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/lib/softoken/pcertt.h b/security/nss/lib/softoken/pcertt.h
index d3b34910e..f5afb22eb 100644
--- a/security/nss/lib/softoken/pcertt.h
+++ b/security/nss/lib/softoken/pcertt.h
@@ -35,8 +35,8 @@
*
* $Id$
*/
-#ifndef _NSSLOWCERTT_H_
-#define _NSSLOWCERTT_H_
+#ifndef _PCERTT_H_
+#define _PCERTT_H_
#include "prclist.h"
#include "pkcs11t.h"
@@ -277,4 +277,4 @@ extern const SEC_ASN1Template nsslowcert_ValidityTemplate[];
SEC_END_PROTOS
-#endif /* _CERTT_H_ */
+#endif /* _PCERTT_H_ */