From: Ikko Ashimine Date: Mon, 12 Oct 2020 15:30:07 +0000 (+0900) Subject: Fixed typo in ssl_lib.c X-Git-Tag: openssl-3.0.0-alpha7~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f7505ab6a1ce76497654ea8cf6a74307da78989;p=thirdparty%2Fopenssl.git Fixed typo in ssl_lib.c orignal -> original CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/13111) --- diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 6f5d2fee288..e8b004f4a6e 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -2842,7 +2842,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).