diff options
Diffstat (limited to 'patches/bio.h.patch')
-rw-r--r-- | patches/bio.h.patch | 4 |
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))); |