summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-06-06 16:10:56 +0000
committertb <>2023-06-06 16:10:56 +0000
commit285370c6fda08e1e01791466e6f2562290c804a2 (patch)
treeff4f1c9116b6653ae829a992acf2066b190bfed0 /src
parent7c272027647dba3efb76bc5c3ef9fe8df0e23ae0 (diff)
downloadopenbsd-285370c6fda08e1e01791466e6f2562290c804a2.tar.gz
openbsd-285370c6fda08e1e01791466e6f2562290c804a2.tar.bz2
openbsd-285370c6fda08e1e01791466e6f2562290c804a2.zip
Fix typo in comment: exta -> extra
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/cms/cms_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cms/cms_local.h b/src/lib/libcrypto/cms/cms_local.h
index 65a684e9b6..7a82c890e0 100644
--- a/src/lib/libcrypto/cms/cms_local.h
+++ b/src/lib/libcrypto/cms/cms_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */ 1/* $OpenBSD: cms_local.h,v 1.3 2023/06/06 16:10:56 tb Exp $ */
2/* 2/*
3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
4 * project. 4 * project.
@@ -170,7 +170,7 @@ struct CMS_EncryptedContentInfo_st {
170 size_t keylen; 170 size_t keylen;
171 /* Set to 1 if we are debugging decrypt and don't fake keys for MMA */ 171 /* Set to 1 if we are debugging decrypt and don't fake keys for MMA */
172 int debug; 172 int debug;
173 /* Set to 1 if we have no cert and need exta safety measures for MMA */ 173 /* Set to 1 if we have no cert and need extra safety measures for MMA */
174 int havenocert; 174 int havenocert;
175}; 175};
176 176