summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-06-06 16:10:57 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-06-06 16:10:57 +0000
commit3ad026176b7a4bc37003773a1d6f5721834692e0 (patch)
treeb12f9a3e267925bd1a15164807647ad74bf8308d /lib
parentbdabc6300f84ee5cc811f21d6e360dccd8f92e65 (diff)
Fix typo in comment: exta -> extra
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/cms/cms_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/cms/cms_local.h b/lib/libcrypto/cms/cms_local.h
index 65a684e9b6d..7a82c890e04 100644
--- a/lib/libcrypto/cms/cms_local.h
+++ b/lib/libcrypto/cms/cms_local.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cms_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */
+/* $OpenBSD: cms_local.h,v 1.3 2023/06/06 16:10:56 tb Exp $ */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
@@ -170,7 +170,7 @@ struct CMS_EncryptedContentInfo_st {
size_t keylen;
/* Set to 1 if we are debugging decrypt and don't fake keys for MMA */
int debug;
- /* Set to 1 if we have no cert and need exta safety measures for MMA */
+ /* Set to 1 if we have no cert and need extra safety measures for MMA */
int havenocert;
};