[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Rich Salz
rsalz at openssl.org
Tue Mar 28 20:20:50 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via 389252a37e37d096d584899a4bfb47c7adce3710 (commit)
from a0cdcf9bc8619df97699e4cc34994366d4306c3e (commit)
- Log -----------------------------------------------------------------
commit 389252a37e37d096d584899a4bfb47c7adce3710
Author: FdaSilvaYY <fdasilvayy at gmail.com>
Date: Fri Feb 17 23:13:26 2017 +0100
Fix a few more typos
Reviewed-by: Andy Polyakov <appro at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3066)
(cherry picked from commit 1ee4b98e695cd041da931c10fbdaf82f0ee0f268)
-----------------------------------------------------------------------
Summary of changes:
ssl/statem/statem_clnt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ssl/statem/statem_clnt.c b/ssl/statem/statem_clnt.c
index dc6443d..ea17b55 100644
--- a/ssl/statem/statem_clnt.c
+++ b/ssl/statem/statem_clnt.c
@@ -2373,7 +2373,7 @@ static int tls_construct_cke_gost(SSL *s, unsigned char **p, int *len, int *al)
dgst_nid = NID_id_GostR3411_2012_256;
/*
- * Get server sertificate PKEY and create ctx from it
+ * Get server certificate PKEY and create ctx from it
*/
peer_cert = s->session->peer;
if (!peer_cert) {
More information about the openssl-commits
mailing list