From 5ecf1c62dccc6ad16b41fe11985d1d4b762ff0f0 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 6 Sep 2022 01:39:41 +0200 Subject: Regen bio.h.patch --- patches/bio.h.patch | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/patches/bio.h.patch b/patches/bio.h.patch index 29bba0c..072bc3b 100644 --- a/patches/bio.h.patch +++ b/patches/bio.h.patch @@ -1,6 +1,6 @@ ---- include/openssl/bio.h.orig Fri Feb 18 16:30:39 2022 -+++ include/openssl/bio.h Mon Feb 21 05:39:35 2022 -@@ -666,8 +666,24 @@ +--- include/openssl/bio.h.orig Mon Sep 5 22:30:32 2022 ++++ include/openssl/bio.h Tue Sep 6 01:38:22 2022 +@@ -666,8 +666,24 @@ void BIO_copy_next_retry(BIO *b); /*long BIO_ghbn_ctrl(int cmd,int iarg,char *parg);*/ @@ -25,12 +25,11 @@ __attribute__((__format__(__printf__, 2, 3), __nonnull__(2))); int BIO_vprintf(BIO *bio, const char *format, va_list args) -@@ -680,6 +696,8 @@ +@@ -680,6 +696,7 @@ int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args) __attribute__((__deprecated__, __format__(__printf__, 3, 0), __nonnull__(3))); +#endif -+ - /* BEGIN ERROR CODES */ - /* The following lines are auto generated by the script mkerr.pl. Any changes + void ERR_load_BIO_strings(void); + -- cgit v1.2.3-55-g6feb