Bugzilla – Attachment 2584 Details for
Bug 2370
make fails with "rmd160.c", line 35.10: 1506-296 (S) #include file <endian.h> not found. when using --without-openssl on AIX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Wrap endian.h inside ifdef.
openssh-endian.patch (text/plain), 314 bytes, created by
Darren Tucker
on 2015-04-15 15:09:34 AEST
(
hide
)
Description:
Wrap endian.h inside ifdef.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2015-04-15 15:09:34 AEST
Size:
314 bytes
patch
obsolete
>diff --git a/openbsd-compat/rmd160.c b/openbsd-compat/rmd160.c >index 2a14dd7..e915141 100644 >--- a/openbsd-compat/rmd160.c >+++ b/openbsd-compat/rmd160.c >@@ -32,7 +32,9 @@ > #ifndef WITH_OPENSSL > > #include <sys/types.h> >+#ifdef HAVE_ENDIAN_H > #include <endian.h> >+#endif > #include <string.h> > #include <rmd160.h> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2370
:
2575
| 2584