From: Dr. David von Oheimb Date: Thu, 12 Mar 2020 08:51:55 +0000 (+0100) Subject: Fix whitespace nit in OSSL_SELF_TEST_new.pod which caused doc-nits warning X-Git-Tag: openssl-3.0.0-alpha1~216 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cbb9b7c460f5ecf7e4c32a9a8176f3078f1d8ec6;p=oweals%2Fopenssl.git Fix whitespace nit in OSSL_SELF_TEST_new.pod which caused doc-nits warning Reviewed-by: Matt Caswell Reviewed-by: David von Oheimb (Merged from https://github.com/openssl/openssl/pull/11300) --- diff --git a/doc/man3/OSSL_SELF_TEST_new.pod b/doc/man3/OSSL_SELF_TEST_new.pod index 32155e1cd0..b2c4f5ccce 100644 --- a/doc/man3/OSSL_SELF_TEST_new.pod +++ b/doc/man3/OSSL_SELF_TEST_new.pod @@ -133,7 +133,7 @@ A single self test could be set up in the following way: || !EVP_DigestUpdate(ctx, pt, pt_len) || !EVP_DigestFinal(ctx, out, &out_len)) goto err; - + /* Optional corruption - If the application callback returns 0 */ OSSL_SELF_TEST_oncorrupt_byte(st, out);