[openssl] OpenSSL_1_1_1-stable update
Richard Levitte
levitte at openssl.org
Wed Apr 10 11:24:34 UTC 2019
The branch OpenSSL_1_1_1-stable has been updated
via 24686b26548608d43e2816a65ee977b1e8c763b2 (commit)
from 130b7df2db7d35af75ddf56046afdd1a57a2aea8 (commit)
- Log -----------------------------------------------------------------
commit 24686b26548608d43e2816a65ee977b1e8c763b2
Author: Jakub Wilk <jwilk at jwilk.net>
Date: Wed Apr 10 12:00:20 2019 +0200
Fix typos
CLA: trivial
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8714)
(cherry picked from commit ee215c7eea91f193d4765127eb31332758753058)
-----------------------------------------------------------------------
Summary of changes:
ssl/ssl_locl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 33db146..0cf3893 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -1515,7 +1515,7 @@ typedef struct cert_pkey_st CERT_PKEY;
* CERT_PKEY entries
*/
typedef struct {
- int nid; /* NID of pubic key algorithm */
+ int nid; /* NID of public key algorithm */
uint32_t amask; /* authmask corresponding to key type */
} SSL_CERT_LOOKUP;
More information about the openssl-commits
mailing list