mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
doc: Fix RSA public key parameters
CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18253)
This commit is contained in:
parent
4b4d0ded6d
commit
be92036b34
@ -183,7 +183,7 @@ public key.
|
||||
|
||||
if (nld == NULL
|
||||
|| !OSSL_PARAM_BLD_push_BN(bld, "n", n)
|
||||
|| !OSSL_PARAM_BLD_push_BN(bld, "d", d)
|
||||
|| !OSSL_PARAM_BLD_push_BN(bld, "e", e)
|
||||
|| (params = OSSL_PARAM_BLD_to_param(bld)) == NULL)
|
||||
goto err;
|
||||
OSSL_PARAM_BLD_free(bld);
|
||||
|
Loading…
Reference in New Issue
Block a user