[openssl] master update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Tue Mar 3 15:40:12 UTC 2020


The branch master has been updated
       via  4a98ad086a6db9a8646244bd6e6517f9fff11762 (commit)
      from  348900774c14dd79c9cf762d59554f38d8c77120 (commit)


- Log -----------------------------------------------------------------
commit 4a98ad086a6db9a8646244bd6e6517f9fff11762
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Tue Mar 3 15:34:53 2020 +0100

    Correct two small documentation issues
    
    The find-doc-nits complains about non-zero word and about missing
    line before =head1 which causes build failure.
    
    Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/11231)

-----------------------------------------------------------------------

Summary of changes:
 doc/internal/man3/s2i_ASN1_UTF8STRING.pod | 1 +
 doc/man1/openssl-rand.pod.in              | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/internal/man3/s2i_ASN1_UTF8STRING.pod b/doc/internal/man3/s2i_ASN1_UTF8STRING.pod
index 03a309ba22..c5b434a5b5 100644
--- a/doc/internal/man3/s2i_ASN1_UTF8STRING.pod
+++ b/doc/internal/man3/s2i_ASN1_UTF8STRING.pod
@@ -14,6 +14,7 @@ s2i_ASN1_UTF8STRING,
                            ASN1_UTF8STRING *utf8);
  ASN1_UTF8STRING *s2i_ASN1_UTF8STRING(X509V3_EXT_METHOD *method,
                                       X509V3_CTX *ctx, const char *str);
+
 =head1 DESCRIPTION
 
 These functions convert OpenSSL objects to and from their ASN.1/string
diff --git a/doc/man1/openssl-rand.pod.in b/doc/man1/openssl-rand.pod.in
index b8a01750c8..5e76b228ab 100644
--- a/doc/man1/openssl-rand.pod.in
+++ b/doc/man1/openssl-rand.pod.in
@@ -26,7 +26,7 @@ secure pseudo random number generator (CSPRNG).
 The random bytes are generated using the L<RAND_bytes(3)> function,
 which provides a security level of 256 bits, provided it managed to
 seed itself successfully from a trusted operating system entropy source.
-Otherwise, the command will fail with a non-zero error code.
+Otherwise, the command will fail with a nonzero error code.
 For more details, see L<RAND_bytes(3)>, L<RAND(7)>, and L<RAND_DRBG(7)>.
 
 =head1 OPTIONS


More information about the openssl-commits mailing list