diff options
author | Theo Buehler <tb@openbsd.org> | 2022-11-22 21:10:11 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-11-22 21:10:11 +0100 |
commit | f015aed7a0942003e14f52a902a15551712a3ac9 (patch) | |
tree | 1e7ea45af5ee85327452500e76d7908106ee1529 | |
parent | 4625f45d064aca9b105a3622db5534158f63f829 (diff) | |
download | portable-f015aed7a0942003e14f52a902a15551712a3ac9.tar.gz portable-f015aed7a0942003e14f52a902a15551712a3ac9.tar.bz2 portable-f015aed7a0942003e14f52a902a15551712a3ac9.zip |
regen bio.h patch
-rw-r--r-- | patches/bio.h.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/bio.h.patch b/patches/bio.h.patch index 072bc3b..f731879 100644 --- a/patches/bio.h.patch +++ b/patches/bio.h.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | --- include/openssl/bio.h.orig Mon Sep 5 22:30:32 2022 | 1 | --- include/openssl/bio.h.orig Tue Nov 22 21:08:27 2022 |
2 | +++ include/openssl/bio.h Tue Sep 6 01:38:22 2022 | 2 | +++ include/openssl/bio.h Tue Nov 22 21:08:48 2022 |
3 | @@ -666,8 +666,24 @@ void BIO_copy_next_retry(BIO *b); | 3 | @@ -667,8 +667,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,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 | @@ -680,6 +696,7 @@ int | 28 | @@ -681,6 +697,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))); |