summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2019-04-10 12:00:20 +0200
committerRichard Levitte <levitte@openssl.org>2019-04-10 13:24:14 +0200
commit24686b26548608d43e2816a65ee977b1e8c763b2 (patch)
treee72d3b88aefed1b8a897e03d3b7650bc49305788 /ssl
parent130b7df2db7d35af75ddf56046afdd1a57a2aea8 (diff)
Fix typos
CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8714) (cherry picked from commit ee215c7eea91f193d4765127eb31332758753058)
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 33db1460ab..0cf3893e06 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;