aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2022-09-06 01:39:41 +0200
committerTheo Buehler <tb@openbsd.org>2022-09-06 01:39:41 +0200
commit5ecf1c62dccc6ad16b41fe11985d1d4b762ff0f0 (patch)
tree94a9f6857f997afff539c5e520ff2df51cdb1aca
parentd9ba5a5bdfdd4381716142090603fbb39e43bca2 (diff)
downloadportable-5ecf1c62dccc6ad16b41fe11985d1d4b762ff0f0.tar.gz
portable-5ecf1c62dccc6ad16b41fe11985d1d4b762ff0f0.tar.bz2
portable-5ecf1c62dccc6ad16b41fe11985d1d4b762ff0f0.zip
Regen bio.h.patch
-rw-r--r--patches/bio.h.patch13
1 files 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 @@
1--- include/openssl/bio.h.orig Fri Feb 18 16:30:39 2022 1--- include/openssl/bio.h.orig Mon Sep 5 22:30:32 2022
2+++ include/openssl/bio.h Mon Feb 21 05:39:35 2022 2+++ include/openssl/bio.h Tue Sep 6 01:38:22 2022
3@@ -666,8 +666,24 @@ 3@@ -666,8 +666,24 @@ void BIO_copy_next_retry(BIO *b);
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,12 +25,11 @@
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@@ -680,6 +696,8 @@ 28@@ -680,6 +696,7 @@ int
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)));
32+#endif 32+#endif
33+
34 33
35 /* BEGIN ERROR CODES */ 34 void ERR_load_BIO_strings(void);
36 /* The following lines are auto generated by the script mkerr.pl. Any changes 35