From 857a26cd73249023ce1882995ef8e654cd48f0e9 Mon Sep 17 00:00:00 2001 From: miod <> Date: Fri, 30 Oct 2015 15:45:57 +0000 Subject: Pull in to get ssize_t or to get uint32_t, instead of relying upon previously included headers to do this, to enhance portability; from Pascal Cuoq, libressl github pull request #52 --- src/lib/libcrypto/bio/bss_bio.c | 3 ++- src/lib/libssl/src/crypto/bio/bss_bio.c | 3 ++- src/regress/lib/libc/arc4random-fork/arc4random-fork.c | 1 + src/regress/lib/libcrypto/base64/base64test.c | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/bio/bss_bio.c b/src/lib/libcrypto/bio/bss_bio.c index 26ae962aeb..b5f13eb35c 100644 --- a/src/lib/libcrypto/bio/bss_bio.c +++ b/src/lib/libcrypto/bio/bss_bio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bss_bio.c,v 1.20 2014/06/12 15:49:28 deraadt Exp $ */ +/* $OpenBSD: bss_bio.c,v 1.21 2015/10/30 15:45:57 miod Exp $ */ /* ==================================================================== * Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved. * @@ -78,6 +78,7 @@ #include #include #include +#include #include #include diff --git a/src/lib/libssl/src/crypto/bio/bss_bio.c b/src/lib/libssl/src/crypto/bio/bss_bio.c index 26ae962aeb..b5f13eb35c 100644 --- a/src/lib/libssl/src/crypto/bio/bss_bio.c +++ b/src/lib/libssl/src/crypto/bio/bss_bio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bss_bio.c,v 1.20 2014/06/12 15:49:28 deraadt Exp $ */ +/* $OpenBSD: bss_bio.c,v 1.21 2015/10/30 15:45:57 miod Exp $ */ /* ==================================================================== * Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved. * @@ -78,6 +78,7 @@ #include #include #include +#include #include #include diff --git a/src/regress/lib/libc/arc4random-fork/arc4random-fork.c b/src/regress/lib/libc/arc4random-fork/arc4random-fork.c index c1e87d21c9..4bc9c634f1 100644 --- a/src/regress/lib/libc/arc4random-fork/arc4random-fork.c +++ b/src/regress/lib/libc/arc4random-fork/arc4random-fork.c @@ -23,6 +23,7 @@ #include #include #include +#include #define CHECK(x) assert(x) #define CHECK_EQ(a, b) assert((a) == (b)) diff --git a/src/regress/lib/libcrypto/base64/base64test.c b/src/regress/lib/libcrypto/base64/base64test.c index 17dcfaf302..ed494b6d40 100644 --- a/src/regress/lib/libcrypto/base64/base64test.c +++ b/src/regress/lib/libcrypto/base64/base64test.c @@ -20,6 +20,7 @@ #include #include #include +#include #define BUF_SIZE 128 -- cgit v1.2.3-55-g6feb