diff options
author | jsing <> | 2018-02-20 17:15:27 +0000 |
---|---|---|
committer | jsing <> | 2018-02-20 17:15:27 +0000 |
commit | 4f1ee631944961365c3b2ee139bc108c1ceff2ed (patch) | |
tree | aaa79b91c7a94144ce88e4371f39e925adcc904d /src/lib/libcrypto/Symbols.list | |
parent | 2f0d52b8a3e3ce63552d3125a01f70077b6e6b1a (diff) | |
download | openbsd-4f1ee631944961365c3b2ee139bc108c1ceff2ed.tar.gz openbsd-4f1ee631944961365c3b2ee139bc108c1ceff2ed.tar.bz2 openbsd-4f1ee631944961365c3b2ee139bc108c1ceff2ed.zip |
Provide BIO_get_new_index().
Based on BoringSSL.
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r-- | src/lib/libcrypto/Symbols.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 23030bdb15..2252220278 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
@@ -280,6 +280,7 @@ BIO_get_data | |||
280 | BIO_get_ex_data | 280 | BIO_get_ex_data |
281 | BIO_get_ex_new_index | 281 | BIO_get_ex_new_index |
282 | BIO_get_host_ip | 282 | BIO_get_host_ip |
283 | BIO_get_new_index | ||
283 | BIO_get_port | 284 | BIO_get_port |
284 | BIO_get_retry_BIO | 285 | BIO_get_retry_BIO |
285 | BIO_get_retry_reason | 286 | BIO_get_retry_reason |