summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-08-10 19:29:27 +0100
committerHugo Landau <hlandau@openssl.org>2023-09-01 10:45:36 +0100
commit3760747ff452fcb3e29190e670073253c5b47d49 (patch)
tree92ba9c7122f68eeeff8d1e83dfcbab7f8684f0e8 /include
parent277880e754c5a19cc456165560344204373a6b40 (diff)
Minor fixes
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21715)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/bio.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/openssl/bio.h.in b/include/openssl/bio.h.in
index e797769909..e6af3470a5 100644
--- a/include/openssl/bio.h.in
+++ b/include/openssl/bio.h.in
@@ -188,9 +188,9 @@ extern "C" {
* # define BIO_CTRL_SET_KTLS_TX_ZEROCOPY_SENDFILE 90
*/
-# define BIO_CTRL_GET_RPOLL_DESCRIPTOR 90
-# define BIO_CTRL_GET_WPOLL_DESCRIPTOR 91
-# define BIO_CTRL_DGRAM_DETECT_PEER_ADDR 92
+# define BIO_CTRL_GET_RPOLL_DESCRIPTOR 91
+# define BIO_CTRL_GET_WPOLL_DESCRIPTOR 92
+# define BIO_CTRL_DGRAM_DETECT_PEER_ADDR 93
# define BIO_DGRAM_CAP_NONE 0U
# define BIO_DGRAM_CAP_HANDLES_SRC_ADDR (1U << 0)