diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-06-10 23:28:44 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-07-25 19:48:32 +0200 |
commit | 9d7bfb14dd22c372d6583c20583cbf9aea4cc033 (patch) | |
tree | bdc77ec3f55548fde936e1a7a65ae75a8425883c /util | |
parent | zero pad DHE public key in ServerKeyExchange message for interop (diff) | |
download | openssl-9d7bfb14dd22c372d6583c20583cbf9aea4cc033.tar.xz openssl-9d7bfb14dd22c372d6583c20583cbf9aea4cc033.zip |
Discard BIO_set(BIO* bio) method
Simplify BIO init using OPENSSL_zalloc().
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1261)
Diffstat (limited to 'util')
-rw-r--r-- | util/libcrypto.num | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 1fb7cf3114..22f76f4243 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -2805,7 +2805,7 @@ OPENSSL_init 2761 1_1_0 EXIST::FUNCTION: TS_RESP_get_tst_info 2762 1_1_0 EXIST::FUNCTION:TS X509_VERIFY_PARAM_get_depth 2763 1_1_0 EXIST::FUNCTION: EVP_SealFinal 2764 1_1_0 EXIST::FUNCTION:RSA -BIO_set 2765 1_1_0 EXIST::FUNCTION: +BIO_set 2765 1_1_0 NOEXIST::FUNCTION: CONF_imodule_set_flags 2766 1_1_0 EXIST::FUNCTION: i2d_ASN1_SET_ANY 2767 1_1_0 EXIST::FUNCTION: EVP_PKEY_decrypt 2768 1_1_0 EXIST::FUNCTION: |