summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/sha2.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 14:02:01 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 14:02:01 +1100
commita62380786075ece35897bef1ba01386a55f7de33 (patch)
tree6d3d8a8519ee17caca49d4e42e1c546330559478 /openbsd-compat/sha2.h
parent627725281e348dee76fa9c588923bd28247e2520 (diff)
- (djm) [openbsd-compat/sha2.h] Avoid include macro clash with
system sha2.h
Diffstat (limited to 'openbsd-compat/sha2.h')
-rw-r--r--openbsd-compat/sha2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsd-compat/sha2.h b/openbsd-compat/sha2.h
index fb40bde4..5e2641c4 100644
--- a/openbsd-compat/sha2.h
+++ b/openbsd-compat/sha2.h
@@ -36,8 +36,8 @@
/* OPENBSD ORIGINAL: include/sha2.h */
-#ifndef _SHA2_H
-#define _SHA2_H
+#ifndef _SSHSHA2_H
+#define _SSHSHA2_H
#include "includes.h"
@@ -122,4 +122,4 @@ char *SHA512_Data(const u_int8_t *, size_t, char *)
#endif /* !defined(HAVE_SHA256_UPDATE) && !defined(HAVE_EVP_SHA256) */
-#endif /* _SHA2_H */
+#endif /* _SSHSHA2_H */