Misc fixes to bring portable in line with upstream.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- include/openssl/bio.h.orig Mon Oct 3 06:09:28 2016
|
||||
+++ include/openssl/bio.h Sun Nov 6 04:24:57 2016
|
||||
@@ -678,8 +678,24 @@
|
||||
@@ -713,8 +713,24 @@
|
||||
|
||||
/*long BIO_ghbn_ctrl(int cmd,int iarg,char *parg);*/
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
__attribute__((__format__(__printf__, 2, 3), __nonnull__(2)));
|
||||
int
|
||||
BIO_vprintf(BIO *bio, const char *format, va_list args)
|
||||
@@ -692,6 +708,8 @@
|
||||
@@ -727,6 +743,8 @@
|
||||
BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
|
||||
__attribute__((__deprecated__, __format__(__printf__, 3, 0),
|
||||
__nonnull__(3)));
|
||||
|
Reference in New Issue
Block a user