From fbbbc214c92c5e3433901a594e6dc1a89684f69b Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 6 Jun 2023 16:10:56 +0000 Subject: [PATCH] Fix typo in comment: exta -> extra --- lib/libcrypto/cms/cms_local.h | 4 ++-- 1 file 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; }; -- 2.20.1