]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add param builder free function.
authorPauli <paul.dale@oracle.com>
Thu, 18 Jul 2019 15:14:07 +0000 (01:14 +1000)
committerPauli <paul.dale@oracle.com>
Thu, 18 Jul 2019 15:14:07 +0000 (01:14 +1000)
commit7312ef3fc4a7d391272f3ba8075eabf81a229ad2
tree10991752b203b33c809eb16863ca9f8ea4fed964
parent38f6f99cdf0a87345d646d30a764c089c38627ad
Add param builder free function.

This means include deallocation information in the return from
the ossl_param_bld_to_param function.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9404)
crypto/param_build.c
doc/internal/man3/ossl_param_bld_init.pod
include/internal/param_build.h
test/param_build_test.c