diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/sha2.h | 6 |
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 */ |