]> git.ipfire.org Git - thirdparty/openssl.git/commit
EVP_PKEY_keygen_init has no argument named pkey
authorMattias Ellert <mattias.ellert@physics.uu.se>
Sat, 25 Sep 2021 02:55:24 +0000 (04:55 +0200)
committerPauli <pauli@openssl.org>
Tue, 28 Sep 2021 00:18:11 +0000 (10:18 +1000)
commitce0502ce1246046f78dc1e2b26a2790eceedd8b1
treeb930307242681c8873857ed33ee4a8ed48f650c1
parent8b6a7da304d4fdd0de38ddd6037d8a02491e3e4e
EVP_PKEY_keygen_init has no argument named pkey

int EVP_PKEY_keygen_init(EVP_PKEY_CTX *ctx);

So it should not mention it in the man page description.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16675)
doc/man3/EVP_PKEY_keygen.pod