diff options
| author | miod <> | 2015-10-30 15:45:57 +0000 |
|---|---|---|
| committer | miod <> | 2015-10-30 15:45:57 +0000 |
| commit | 3cbb3da64158d1286f96a7bf85e0f6d45fe7e0d4 (patch) | |
| tree | 84a9b3b6e525872d6da1bb745e197b557604917e /src/lib/libc | |
| parent | 5313b8d69c87b6508e8f845718ad3d005077bc1a (diff) | |
| download | openbsd-3cbb3da64158d1286f96a7bf85e0f6d45fe7e0d4.tar.gz openbsd-3cbb3da64158d1286f96a7bf85e0f6d45fe7e0d4.tar.bz2 openbsd-3cbb3da64158d1286f96a7bf85e0f6d45fe7e0d4.zip | |
Pull in <sys/types.h> to get ssize_t or <stdint.h> 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
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/bio/bss_bio.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
| 1 | /* $OpenBSD: bss_bio.c,v 1.20 2014/06/12 15:49:28 deraadt Exp $ */ | 1 | /* $OpenBSD: bss_bio.c,v 1.21 2015/10/30 15:45:57 miod Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -78,6 +78,7 @@ | |||
| 78 | #include <limits.h> | 78 | #include <limits.h> |
| 79 | #include <stdlib.h> | 79 | #include <stdlib.h> |
| 80 | #include <string.h> | 80 | #include <string.h> |
| 81 | #include <sys/types.h> | ||
| 81 | 82 | ||
| 82 | #include <openssl/bio.h> | 83 | #include <openssl/bio.h> |
| 83 | #include <openssl/err.h> | 84 | #include <openssl/err.h> |
