aboutsummaryrefslogtreecommitdiff
path: root/patches/bio.h.patch
diff options
context:
space:
mode:
authorbobsayshilol <bobsayshilol@live.co.uk>2018-11-07 23:45:17 +0000
committerbobsayshilol <bobsayshilol@live.co.uk>2018-11-07 23:45:17 +0000
commit34394e7ee024d2b88bed9c61b9a19bba6ec5e49e (patch)
tree38dc244b7011d3e16b240857d3bdafc57723cc63 /patches/bio.h.patch
parentd826f2dfc13d08c7c69fed7ecc28aed7443e81f7 (diff)
downloadportable-34394e7ee024d2b88bed9c61b9a19bba6ec5e49e.tar.gz
portable-34394e7ee024d2b88bed9c61b9a19bba6ec5e49e.tar.bz2
portable-34394e7ee024d2b88bed9c61b9a19bba6ec5e49e.zip
Misc fixes to bring portable in line with upstream.
Diffstat (limited to 'patches/bio.h.patch')
-rw-r--r--patches/bio.h.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/bio.h.patch b/patches/bio.h.patch
index 7212b54..9bfd43a 100644
--- a/patches/bio.h.patch
+++ b/patches/bio.h.patch
@@ -1,6 +1,6 @@
1--- include/openssl/bio.h.orig Mon Oct 3 06:09:28 2016 1--- include/openssl/bio.h.orig Mon Oct 3 06:09:28 2016
2+++ include/openssl/bio.h Sun Nov 6 04:24:57 2016 2+++ include/openssl/bio.h Sun Nov 6 04:24:57 2016
3@@ -678,8 +678,24 @@ 3@@ -713,8 +713,24 @@
4 4
5 /*long BIO_ghbn_ctrl(int cmd,int iarg,char *parg);*/ 5 /*long BIO_ghbn_ctrl(int cmd,int iarg,char *parg);*/
6 6
@@ -25,7 +25,7 @@
25 __attribute__((__format__(__printf__, 2, 3), __nonnull__(2))); 25 __attribute__((__format__(__printf__, 2, 3), __nonnull__(2)));
26 int 26 int
27 BIO_vprintf(BIO *bio, const char *format, va_list args) 27 BIO_vprintf(BIO *bio, const char *format, va_list args)
28@@ -692,6 +708,8 @@ 28@@ -727,6 +743,8 @@
29 BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args) 29 BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
30 __attribute__((__deprecated__, __format__(__printf__, 3, 0), 30 __attribute__((__deprecated__, __format__(__printf__, 3, 0),
31 __nonnull__(3))); 31 __nonnull__(3)));