Remove unused ossl_param_bld_to_param_ex() function.
authorPauli <paul.dale@oracle.com>
Mon, 10 Feb 2020 23:19:19 +0000 (09:19 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 12 Feb 2020 09:45:42 +0000 (19:45 +1000)
commit903f582016cdc31b3f3557c168883ccd8a4debf5
tree9eb0f50c9c5f80fb2f5748afc9f3265bbdf0adf0
parent99b9aa95c435058bd35fb3b83b885894e2247c82
Remove unused ossl_param_bld_to_param_ex() function.

The recently introduced ossl_param_bld_to_param_ex() function is only
called by the unit tests.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11053)
crypto/param_build.c
doc/internal/man3/ossl_param_bld_init.pod
include/internal/param_build.h
test/param_build_test.c