From 15621068998eb8668df7dfa9245a8f7943bf73bc Mon Sep 17 00:00:00 2001 From: Stanislav Klima Date: Wed, 8 Nov 2023 11:18:58 +0100 Subject: [PATCH] micro fix --- wolfcrypt/src/asn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/asn.c b/wolfcrypt/src/asn.c index b1b86ebfb..f1087281c 100644 --- a/wolfcrypt/src/asn.c +++ b/wolfcrypt/src/asn.c @@ -97,7 +97,7 @@ ASN Options: example. * WC_ASN_HASH_SHA256: Force use of SHA2-256 for the internal hash ID calcs. * WOLFSSL_ALLOW_ENCODING_CA_FALSE: Allow encoding BasicConstraints CA:FALSE - * which is discouraged by X.690 (DER) specification - default values shall not + * which is discouraged by X.690 specification - default values shall not * be encoded. */