diff options
author | Colin Watson <cjwatson@debian.org> | 2015-08-19 17:00:17 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-08-19 17:40:32 +0100 |
commit | 927d0032b865f05679d3cc052bc13cb0e6490283 (patch) | |
tree | 69f782deb79182f26069ff41e9539f17e6e44912 /openbsd-compat/rmd160.c | |
parent | d35c65e77ab6a6a95fefa2c852827ba08e507f0b (diff) | |
parent | 810eecd6b2e03770f21e46b5cb8ce8c7fcd46da8 (diff) |
New upstream release (6.9p1).
Diffstat (limited to 'openbsd-compat/rmd160.c')
-rw-r--r-- | openbsd-compat/rmd160.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/rmd160.c b/openbsd-compat/rmd160.c index 2a14dd7b0..e915141a5 100644 --- a/openbsd-compat/rmd160.c +++ b/openbsd-compat/rmd160.c | |||
@@ -32,7 +32,9 @@ | |||
32 | #ifndef WITH_OPENSSL | 32 | #ifndef WITH_OPENSSL |
33 | 33 | ||
34 | #include <sys/types.h> | 34 | #include <sys/types.h> |
35 | #ifdef HAVE_ENDIAN_H | ||
35 | #include <endian.h> | 36 | #include <endian.h> |
37 | #endif | ||
36 | #include <string.h> | 38 | #include <string.h> |
37 | #include <rmd160.h> | 39 | #include <rmd160.h> |
38 | 40 | ||