[openssl] OpenSSL_1_1_1-stable update

Dr. Paul Dale pauli at openssl.org
Sun Oct 6 06:53:44 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  a10765c2e0e94d2cd30711339d2ba3f3a244a206 (commit)
      from  a80de34b2769c35270d45bbae67c4b219c99156d (commit)


- Log -----------------------------------------------------------------
commit a10765c2e0e94d2cd30711339d2ba3f3a244a206
Author: Pauli <paul.dale at oracle.com>
Date:   Sun Oct 6 13:39:01 2019 +1000

    Fix typo in comment
    
    Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
    (Merged from https://github.com/openssl/openssl/pull/10105)
    
    (cherry picked from commit 89e5aaa1d72058404d3ea06bfaeff5334aba202d)

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

Summary of changes:
 e_os.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e_os.h b/e_os.h
index 2f8e3fe349..f607045e14 100644
--- a/e_os.h
+++ b/e_os.h
@@ -42,7 +42,7 @@
 #   endif
 /*
  * Some operating systems do not permit select(2) on their random devices,
- * defining this to zero will force the used of read(2) to extract one byte
+ * defining this to zero will force the use of read(2) to extract one byte
  * from /dev/random.
  */
 #   ifndef DEVRANDM_WAIT_USE_SELECT


More information about the openssl-commits mailing list