From 60d5331350a5e557908eed0ba7420dba2ad3b79f Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Fri, 8 May 2020 10:56:14 +0200 Subject: [PATCH] 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) --- doc/man3/EVP_PKEY_fromdata.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1