]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix EC_KEY_set_private_key() NULL priv_key docs
authorRoberto Hueso Gomez <roberto@robertohueso.org>
Mon, 1 Aug 2022 18:11:22 +0000 (20:11 +0200)
committerNicola Tuveri <nic.tuv@gmail.com>
Thu, 4 Aug 2022 09:17:09 +0000 (12:17 +0300)
commitfae06b5779bd3e2e1af22b370f32e60efb59fcd6
tree58e721723a935eb7b78baa4f584254b5c61e1ceb
parentd93f154d5a524e6ed71ff276447de7fe11d85949
Fix EC_KEY_set_private_key() NULL priv_key docs

Updates the docs to describe EC_KEY_set_private_key() function behavior
when a NULL priv_key argument is passed.

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/18942)
doc/man3/EC_KEY_new.pod