Bugzilla – Attachment 2575 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]
trivial patch to not include <endian.h> on AIX
rmd160.c.patch (text/plain), 300 bytes, created by
Michael Felt
on 2015-03-25 08:23:30 AEDT
(
hide
)
Description:
trivial patch to not include <endian.h> on AIX
Filename:
MIME Type:
Creator:
Michael Felt
Created:
2015-03-25 08:23:30 AEDT
Size:
300 bytes
patch
obsolete
>--- ../snap/opensshRC-6.8/openbsd-compat/rmd160.c 2015-02-27 23:52:49 +0000 >+++ ../openssh-6.8p1/openbsd-compat/rmd160.c 2015-03-24 22:16:14 +0000 >@@ -32,7 +32,9 @@ > #ifndef WITH_OPENSSL > > #include <sys/types.h> >+#ifndef _AIX > #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