From: Dr. David von Oheimb Date: Fri, 8 May 2020 08:56:14 +0000 (+0200) Subject: Nit-fix: remove whitespace in doc/man3/EVP_PKEY_fromdata.pod causing warning X-Git-Tag: openssl-3.0.0-alpha3~104 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=60d5331350a5e557908eed0ba7420dba2ad3b79f;p=oweals%2Fopenssl.git Nit-fix: remove whitespace in doc/man3/EVP_PKEY_fromdata.pod causing warning Reviewed-by: Richard Levitte Reviewed-by: David von Oheimb (Merged from https://github.com/openssl/openssl/pull/11755) --- diff --git a/doc/man3/EVP_PKEY_fromdata.pod b/doc/man3/EVP_PKEY_fromdata.pod index 71ba642180..526109386e 100644 --- a/doc/man3/EVP_PKEY_fromdata.pod +++ b/doc/man3/EVP_PKEY_fromdata.pod @@ -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);