aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2014-02-22 13:15:27 -0700
committerGravatar CodaFi <devteam.codafi@gmail.com>2014-02-22 13:15:27 -0700
commit3bfa1104dee6dd16ba23ca18062ad8c62d73fa9c (patch)
treeccf6668a454774c7a74d5aa498fbaf672fa8a6e0 /src/core/security
parentfb06d5133a88f80daed1a7d1bea00f558446f2ae (diff)
Conformant header guards
Fixes #606
Diffstat (limited to 'src/core/security')
-rw-r--r--src/core/security/MCCertificateUtils.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/security/MCCertificateUtils.h b/src/core/security/MCCertificateUtils.h
index a62d6b6e..d5b92679 100644
--- a/src/core/security/MCCertificateUtils.h
+++ b/src/core/security/MCCertificateUtils.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCCERTIFICATEUTILS_H_
-#define __MAILCORE_MCCERTIFICATEUTILS_H_
+#ifndef MAILCORE_MCCERTIFICATEUTILS_H
+
+#define MAILCORE_MCCERTIFICATEUTILS_H
#include <libetpan/libetpan.h>
#include <MailCore/MCString.h>