diff options
author | Nan Xiao <nan@chinadtrace.org> | 2021-03-27 10:56:35 +0100 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-03-29 04:59:44 +0200 |
commit | 09a17655ea2d5e64b8bd9fd4b74c7dd5daf45bf4 (patch) | |
tree | 4d46699193d843b29b5d7981817fe3d709741b6e /include | |
parent | Implement EVP_PKEY_dup() function (diff) | |
download | openssl-09a17655ea2d5e64b8bd9fd4b74c7dd5daf45bf4.tar.xz openssl-09a17655ea2d5e64b8bd9fd4b74c7dd5daf45bf4.zip |
Fix typo in bio.h.in
CLA: trivial
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14705)
Diffstat (limited to 'include')
-rw-r--r-- | include/openssl/bio.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |