[openssl] OpenSSL_1_1_1-stable update
kaduk at mit.edu
kaduk at mit.edu
Tue Oct 13 00:08:39 UTC 2020
The branch OpenSSL_1_1_1-stable has been updated
via 11358e0e3c583fe2ce34d9ab719e49127fc2bd46 (commit)
from 7455f247e6f9d621fa79ae3af1588df23078fb11 (commit)
- Log -----------------------------------------------------------------
commit 11358e0e3c583fe2ce34d9ab719e49127fc2bd46
Author: Ikko Ashimine <eltociear at gmail.com>
Date: Tue Oct 13 00:30:07 2020 +0900
Fixed typo in ssl_lib.c
orignal -> original
CLA: trivial
Reviewed-by: Paul Dale <paul.dale at oracle.com>
Reviewed-by: Ben Kaduk <kaduk at mit.edu>
(Merged from https://github.com/openssl/openssl/pull/13111)
(cherry picked from commit 9f7505ab6a1ce76497654ea8cf6a74307da78989)
-----------------------------------------------------------------------
Summary of changes:
ssl/ssl_lib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index b1df374817..98057921f8 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -2678,7 +2678,7 @@ const char *SSL_get_servername(const SSL *s, const int type)
* - Otherwise it returns NULL
*
* During/after the handshake (TLSv1.2 or below resumption occurred):
- * - If the session from the orignal handshake had a servername accepted
+ * - If the session from the original handshake had a servername accepted
* by the server then it will return that servername.
* - Otherwise it returns the servername set via
* SSL_set_tlsext_host_name() (or NULL if it was not called).
More information about the openssl-commits
mailing list