diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/sha2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/sha2.c b/openbsd-compat/sha2.c index bd62f9573..e63324c99 100644 --- a/openbsd-compat/sha2.c +++ b/openbsd-compat/sha2.c | |||
@@ -41,7 +41,8 @@ | |||
41 | #if !defined(HAVE_SHA256UPDATE) || !defined(HAVE_SHA384UPDATE) || \ | 41 | #if !defined(HAVE_SHA256UPDATE) || !defined(HAVE_SHA384UPDATE) || \ |
42 | !defined(HAVE_SHA512UPDATE) | 42 | !defined(HAVE_SHA512UPDATE) |
43 | 43 | ||
44 | #define MAKE_CLONE(x, y) /* no-op out */ | 44 | /* no-op out, similar to DEF_WEAK but only needed here */ |
45 | #define MAKE_CLONE(x, y) void __ssh_compat_make_clone_##x_##y(void); | ||
45 | 46 | ||
46 | #include <string.h> | 47 | #include <string.h> |
47 | #include <sha2.h> | 48 | #include <sha2.h> |