diff options
author | Damien Miller <djm@mindrot.org> | 2014-05-15 14:58:07 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-05-15 14:58:07 +1000 |
commit | e5b9f0f2ee6e133894307e44e862b66426990733 (patch) | |
tree | 166d49510b4e41907e1f0172a3fdef4fffab23cc /sshbuf.c | |
parent | b9c566788a9ebd6a9d466f47a532124f111f0542 (diff) |
- (djm) [Makefile.in configure.ac sshbuf-getput-basic.c]
[sshbuf-getput-crypto.c sshbuf.c] compilation and portability fixes
Diffstat (limited to 'sshbuf.c')
-rw-r--r-- | sshbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,6 +15,7 @@ | |||
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #define SSHBUF_INTERNAL | ||
18 | #include "includes.h" | 19 | #include "includes.h" |
19 | 20 | ||
20 | #include <sys/types.h> | 21 | #include <sys/types.h> |
@@ -25,7 +26,6 @@ | |||
25 | #include <string.h> | 26 | #include <string.h> |
26 | 27 | ||
27 | #include "ssherr.h" | 28 | #include "ssherr.h" |
28 | #define SSHBUF_INTERNAL | ||
29 | #include "sshbuf.h" | 29 | #include "sshbuf.h" |
30 | 30 | ||
31 | static inline int | 31 | static inline int |