diff options
author | John Hughes <john@atlantech.com> | 2018-02-08 10:49:02 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2018-02-19 22:58:37 +0100 |
commit | ebc0168384e9bbc29c02b85adb01036609769761 (patch) | |
tree | 814c7f6055f18083478168d89578f6e3900c0895 /include/openssl/bioerr.h | |
parent | b383aa2081467e8d49c3362d295da7bd5cb4e1d8 (diff) | |
download | openssl-new-ebc0168384e9bbc29c02b85adb01036609769761.tar.gz |
Add BIO_bind function to bind local address for a socket.
Add -bind option to s_client application to allow specification of
local address for connection.
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5272)
Diffstat (limited to 'include/openssl/bioerr.h')
-rw-r--r-- | include/openssl/bioerr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/bioerr.h b/include/openssl/bioerr.h index 7a552d6105..4931c1d0ad 100644 --- a/include/openssl/bioerr.h +++ b/include/openssl/bioerr.h @@ -24,6 +24,7 @@ int ERR_load_BIO_strings(void); # define BIO_F_BIO_ACCEPT 101 # define BIO_F_BIO_ACCEPT_EX 137 # define BIO_F_BIO_ADDR_NEW 144 +# define BIO_F_BIO_BIND 147 # define BIO_F_BIO_CALLBACK_CTRL 131 # define BIO_F_BIO_CONNECT 138 # define BIO_F_BIO_CTRL 103 |