Prechádzať zdrojové kódy

Fix whitespace nit in OSSL_SELF_TEST_new.pod which caused doc-nits warning

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/11300)
Dr. David von Oheimb 4 rokov pred
rodič
commit
cbb9b7c460
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      doc/man3/OSSL_SELF_TEST_new.pod

+ 1 - 1
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);