]> andersk Git - openssh.git/blobdiff - openbsd-compat/sha2.h
- (djm) [openbsd-compat/sha2.h] Avoid include macro clash with
[openssh.git] / openbsd-compat / sha2.h
index fb40bde43ba0cb2b0c153a8f5c06e3c81d74cba2..5e2641c4bc3fa9975a3f963b542c2c68274731ad 100755 (executable)
@@ -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 */
This page took 0.054484 seconds and 4 git commands to generate.