summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan@mozilla.com>2013-11-22 16:49:43 +0100
committerEhsan Akhgari <ehsan@mozilla.com>2013-11-22 16:49:43 +0100
commit94a33afaaec009473b2fcd32f636a27ffd12d07e (patch)
treeac79f93a6ce4b5625db69a3933343825af3d54b0
parent689897e0276d21d724fab9e110b091ef7cb49d30 (diff)
downloadnss-hg-94a33afaaec009473b2fcd32f636a27ffd12d07e.tar.gz
Bug 942035 - Change the #include guard of smime.h, r=ryan.sleevi
-rw-r--r--lib/smime/smime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/smime/smime.h b/lib/smime/smime.h
index c945e9749..b1a7a0f7d 100644
--- a/lib/smime/smime.h
+++ b/lib/smime/smime.h
@@ -7,8 +7,8 @@
* pkcs7 out of here; this is for S/MIME policy, S/MIME interoperability, etc.
*/
-#ifndef _SECMIME_H_
-#define _SECMIME_H_ 1
+#ifndef _SMIME_H_
+#define _SMIME_H_ 1
#include "cms.h"