summaryrefslogtreecommitdiff
path: root/include/rtl/digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/digest.h')
-rw-r--r--include/rtl/digest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rtl/digest.h b/include/rtl/digest.h
index cc49838821f7..403fbe8e8e78 100644
--- a/include/rtl/digest.h
+++ b/include/rtl/digest.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _RTL_DIGEST_H_
-#define _RTL_DIGEST_H_
+#ifndef INCLUDED_RTL_DIGEST_H
+#define INCLUDED_RTL_DIGEST_H
#include "sal/config.h"
@@ -638,6 +638,6 @@ SAL_DLLPUBLIC rtlDigestError SAL_CALL rtl_digest_PBKDF2 (
}
#endif
-#endif /* _RTL_DIGEST_H_ */
+#endif // INCLUDED_RTL_DIGEST_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */