summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2013-02-11 03:41:00 +0000
committerwtc%google.com <devnull@localhost>2013-02-11 03:41:00 +0000
commita78abe951031967a1ccaa9930f2a85e0db4a2bbe (patch)
tree4d6277e6a868085de80ee968956f38ad6318bed0
parentbd2eb8b22c2f3ad980d27d3df71caa7f363e6daf (diff)
downloadnss-hg-a78abe951031967a1ccaa9930f2a85e0db4a2bbe.tar.gz
Bug 822365: change the include guard macro to match the file name.
-rw-r--r--security/nss/lib/freebl/hmacct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/freebl/hmacct.h b/security/nss/lib/freebl/hmacct.h
index 8b0e91c8a..a773ea89c 100644
--- a/security/nss/lib/freebl/hmacct.h
+++ b/security/nss/lib/freebl/hmacct.h
@@ -2,8 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#ifndef _ALGHMACCT_H_
-#define _ALGHMACCT_H_
+#ifndef _HMACCT_H_
+#define _HMACCT_H_
SEC_BEGIN_PROTOS