diff options
author | Matt Caswell <matt@openssl.org> | 2016-10-20 16:18:39 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-10-28 10:48:54 +0200 |
commit | 3befffa39dbaf2688d823fcf2bdfc07d2487be48 (patch) | |
tree | 6fcba25e3d78c48e8c00966a8085b83472395ae1 /util/libcrypto.num | |
parent | Create BIO_read_ex() which handles size_t arguments (diff) | |
download | openssl-3befffa39dbaf2688d823fcf2bdfc07d2487be48.tar.xz openssl-3befffa39dbaf2688d823fcf2bdfc07d2487be48.zip |
Create BIO_write_ex() which handles size_t arguments
Also extend BIO_METHOD to be able to supply an implementation for the new
BIO_write_ex function.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to '')
-rw-r--r-- | util/libcrypto.num | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 0b7917b9f2..e04580c485 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4213,3 +4213,6 @@ BIO_set_callback_ex 4163 1_1_1 EXIST::FUNCTION: BIO_get_callback_ex 4164 1_1_1 EXIST::FUNCTION: BIO_meth_set_read_ex 4165 1_1_1 EXIST::FUNCTION: BIO_meth_get_read_ex 4166 1_1_1 EXIST::FUNCTION: +BIO_write_ex 4167 1_1_1 EXIST::FUNCTION: +BIO_meth_get_write_ex 4168 1_1_1 EXIST::FUNCTION: +BIO_meth_set_write_ex 4169 1_1_1 EXIST::FUNCTION: |