From c262c45a5a75b5ce1906871cbc8d90f8d6614211 Mon Sep 17 00:00:00 2001 From: night1rider Date: Thu, 25 Jun 2026 10:49:00 -0600 Subject: [PATCH 1/2] CI Test do not MERGE --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a24b2568dd..c20fb84183 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# wolfSSL Embedded SSL/TLS Library +# wolfSSL Embedded SSL/TLS Library - DO NOT MERGE The [wolfSSL embedded SSL library](https://www.wolfssl.com/products/wolfssl/) (formerly CyaSSL) is a lightweight SSL/TLS library written in ANSI C and From 82d5912e13140836de88e759d179feaa34a1b325 Mon Sep 17 00:00:00 2001 From: night1rider Date: Thu, 25 Jun 2026 11:12:21 -0600 Subject: [PATCH 2/2] Update --- wolfcrypt/src/aes.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wolfcrypt/src/aes.c b/wolfcrypt/src/aes.c index 6806acbc96..980710c775 100644 --- a/wolfcrypt/src/aes.c +++ b/wolfcrypt/src/aes.c @@ -110,6 +110,8 @@ block cipher mechanism that uses n-bit binary string parameter key with 128-bits * WOLFSSL_HW_METRICS: Track hardware acceleration usage default: off */ + +/* DO NOT MERGE */ #include #if !defined(NO_AES)