summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-08-20 19:06:43 -0400
committerRich Salz <rsalz@openssl.org>2016-08-21 14:18:09 -0400
commit5a7ad1f08bfccbdad0f20920f9c284bba036fb70 (patch)
tree2632f6f907b85cb583a52335ca9d5e47f9a24829 /include
parent6b1f413c3a8563a53e1b41d48d870c010541c7f5 (diff)
Move BIO index lock creation
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/bio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/bio.h b/include/openssl/bio.h
index d733f4701c..31d41b43e5 100644
--- a/include/openssl/bio.h
+++ b/include/openssl/bio.h
@@ -779,6 +779,7 @@ int ERR_load_BIO_strings(void);
# define BIO_F_BIO_CTRL 103
# define BIO_F_BIO_GETS 104
# define BIO_F_BIO_GET_HOST_IP 106
+# define BIO_F_BIO_GET_NEW_INDEX 102
# define BIO_F_BIO_GET_PORT 107
# define BIO_F_BIO_LISTEN 139
# define BIO_F_BIO_LOOKUP 135