summaryrefslogtreecommitdiff
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 fb40bde43..5e2641c4b 100644
--- a/openbsd-compat/sha2.h
+++ b/openbsd-compat/sha2.h
@@ -36,8 +36,8 @@
36 36
37/* OPENBSD ORIGINAL: include/sha2.h */ 37/* OPENBSD ORIGINAL: include/sha2.h */
38 38
39#ifndef _SHA2_H 39#ifndef _SSHSHA2_H
40#define _SHA2_H 40#define _SSHSHA2_H
41 41
42#include "includes.h" 42#include "includes.h"
43 43
@@ -122,4 +122,4 @@ char *SHA512_Data(const u_int8_t *, size_t, char *)
122 122
123#endif /* !defined(HAVE_SHA256_UPDATE) && !defined(HAVE_EVP_SHA256) */ 123#endif /* !defined(HAVE_SHA256_UPDATE) && !defined(HAVE_EVP_SHA256) */
124 124
125#endif /* _SHA2_H */ 125#endif /* _SSHSHA2_H */