Fix typo in comment: exta -> extra
authortb <tb@openbsd.org>
Tue, 6 Jun 2023 16:10:56 +0000 (16:10 +0000)
committertb <tb@openbsd.org>
Tue, 6 Jun 2023 16:10:56 +0000 (16:10 +0000)
lib/libcrypto/cms/cms_local.h

index 65a684e..7a82c89 100644 (file)
@@ -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;
 };