[openssl] master update

Dr. Paul Dale pauli at openssl.org
Mon Mar 29 03:00:07 UTC 2021


The branch master has been updated
       via  09a17655ea2d5e64b8bd9fd4b74c7dd5daf45bf4 (commit)
      from  2145ba5e8383184d7f212500ec2f759bdf08503a (commit)


- Log -----------------------------------------------------------------
commit 09a17655ea2d5e64b8bd9fd4b74c7dd5daf45bf4
Author: Nan Xiao <nan at chinadtrace.org>
Date:   Sat Mar 27 17:56:35 2021 +0800

    Fix typo in bio.h.in
    
    CLA: trivial
    
    Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14705)

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

Summary of changes:
 include/openssl/bio.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/openssl/bio.h.in b/include/openssl/bio.h.in
index f3a9543da1..336e386459 100644
--- a/include/openssl/bio.h.in
+++ b/include/openssl/bio.h.in
@@ -109,7 +109,7 @@ extern "C" {
 # define BIO_CTRL_DGRAM_GET_SEND_TIMEOUT 36/* getsockopt, essentially */
 
 # define BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP 37/* flag whether the last */
-# define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38/* I/O operation tiemd out */
+# define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38/* I/O operation timed out */
 
 /* #ifdef IP_MTU_DISCOVER */
 # define BIO_CTRL_DGRAM_MTU_DISCOVER       39/* set DF bit on egress packets */


More information about the openssl-commits mailing list