diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2017-12-15 19:33:48 +0100 |
---|---|---|
committer | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2017-12-15 19:33:48 +0100 |
commit | fce78bd4ede74d4fa7bd1c8195d8f7bc9403bd4c (patch) | |
tree | 47178f4d920c5fc4af3c91ee8c20ec6b8312cf96 /util/private.num | |
parent | Remove test-runs dir, adjust .gitignore (diff) | |
download | openssl-fce78bd4ede74d4fa7bd1c8195d8f7bc9403bd4c.tar.xz openssl-fce78bd4ede74d4fa7bd1c8195d8f7bc9403bd4c.zip |
Fix invalid function type casts.
Rename bio_info_cb to BIO_info_cb.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4493)
Diffstat (limited to 'util/private.num')
-rw-r--r-- | util/private.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/private.num b/util/private.num index a0403174b5..1644dcb247 100644 --- a/util/private.num +++ b/util/private.num @@ -62,6 +62,7 @@ X509_STORE_CTX_verify_cb datatype X509_STORE_CTX_verify_fn datatype X509_STORE_set_verify_cb_func datatype bio_info_cb datatype +BIO_info_cb datatype custom_ext_add_cb datatype custom_ext_free_cb datatype custom_ext_parse_cb datatype |