From 0c70c00ee0b5968e36377be15a052940af6b6175 Mon Sep 17 00:00:00 2001
From: HONG Yifan <elsk@google.com>
Date: Fri, 18 Jul 2025 18:54:33 +0000
Subject: [PATCH 1/3] Turn off ALG_CAMELLIA.

Not supported by boringssl.
---
 TPMCmd/TpmConfiguration/TpmConfiguration/TpmProfile_Common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TPMCmd/TpmConfiguration/TpmConfiguration/TpmProfile_Common.h b/TPMCmd/TpmConfiguration/TpmConfiguration/TpmProfile_Common.h
index a8dc129..5b28851 100644
--- a/TPMCmd/TpmConfiguration/TpmConfiguration/TpmProfile_Common.h
+++ b/TPMCmd/TpmConfiguration/TpmConfiguration/TpmProfile_Common.h
@@ -45,7 +45,7 @@
 
 #define     SM4_128                     (NO  * ALG_SM4)
 
-#define ALG_CAMELLIA                ALG_YES
+#define ALG_CAMELLIA                ALG_NO
 
 #define     CAMELLIA_128                (YES * ALG_CAMELLIA)
 #define     CAMELLIA_192                (NO  * ALG_CAMELLIA)
-- 
2.50.0.727.gbf7dc18ff4-goog

