mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Nit-fix: remove whitespace in doc/man3/EVP_PKEY_fromdata.pod causing warning
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/11755)
This commit is contained in:
parent
db71d31547
commit
60d5331350
@ -103,7 +103,7 @@ TODO Write a set of cookbook documents and link to them.
|
||||
OSSL_PARAM_ulong("d", &rsa_d),
|
||||
OSSL_PARAM_END
|
||||
};
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new_from_name(NULL, "RSA", NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user