From 3fbb2a35b1981d495f2e112c2c5deb6d34c0275c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 01:06:45 +0000 Subject: [PATCH] Remove remaining arc4 references from VS-AZURE-SPHERE and XCODE-FIPS project files Co-Authored-By: Anthony H --- IDE/VS-AZURE-SPHERE/wolfssl.vcxproj | 2 +- IDE/XCODE/wolfssl-FIPS.xcodeproj/project.pbxproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/IDE/VS-AZURE-SPHERE/wolfssl.vcxproj b/IDE/VS-AZURE-SPHERE/wolfssl.vcxproj index 2a30a9fda..90e6170d8 100644 --- a/IDE/VS-AZURE-SPHERE/wolfssl.vcxproj +++ b/IDE/VS-AZURE-SPHERE/wolfssl.vcxproj @@ -22,7 +22,7 @@ - + diff --git a/IDE/XCODE/wolfssl-FIPS.xcodeproj/project.pbxproj b/IDE/XCODE/wolfssl-FIPS.xcodeproj/project.pbxproj index 430075e99..ed597b565 100644 --- a/IDE/XCODE/wolfssl-FIPS.xcodeproj/project.pbxproj +++ b/IDE/XCODE/wolfssl-FIPS.xcodeproj/project.pbxproj @@ -315,7 +315,7 @@ 522DBE131B792A190031F454 /* wc_encrypt.h in CopyFiles */, 525BE5BC1B3885750054BBCD /* hash.h in CopyFiles */, 521646CD1A8A7FF30062516A /* aes.h in CopyFiles */, - 521646CE1A8A7FF30062516A /* arc4.h in CopyFiles */, + 521646CF1A8A7FF30062516A /* asn_public.h in CopyFiles */, 521646D01A8A7FF30062516A /* asn.h in CopyFiles */, 521646D11A8A7FF30062516A /* blake2-impl.h in CopyFiles */, @@ -403,7 +403,7 @@ A4A54E3A1BC5C3E0002866CD /* wc_encrypt.h in CopyFiles */, A4A54E3B1BC5C3E0002866CD /* hash.h in CopyFiles */, A4A54E3C1BC5C3E0002866CD /* aes.h in CopyFiles */, - A4A54E3D1BC5C3E0002866CD /* arc4.h in CopyFiles */, + A4A54E3E1BC5C3E0002866CD /* asn_public.h in CopyFiles */, A4A54E3F1BC5C3E0002866CD /* asn.h in CopyFiles */, A4A54E401BC5C3E0002866CD /* blake2-impl.h in CopyFiles */, @@ -458,7 +458,7 @@ 521646071A89928E0062516A /* ssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ssl.c; path = ../../src/ssl.c; sourceTree = ""; }; 521646081A89928E0062516A /* tls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tls.c; path = ../../src/tls.c; sourceTree = ""; }; 521646111A8992CC0062516A /* aes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = aes.c; path = ../../wolfcrypt/src/aes.c; sourceTree = SOURCE_ROOT; }; - 521646121A8992CC0062516A /* arc4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = arc4.c; path = ../../wolfcrypt/src/arc4.c; sourceTree = SOURCE_ROOT; }; + 521646131A8992CC0062516A /* asn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = asn.c; path = ../../wolfcrypt/src/asn.c; sourceTree = SOURCE_ROOT; }; 521646141A8992CC0062516A /* blake2b.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = blake2b.c; path = ../../wolfcrypt/src/blake2b.c; sourceTree = SOURCE_ROOT; }; 521646151A8992CC0062516A /* camellia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = camellia.c; path = ../../wolfcrypt/src/camellia.c; sourceTree = SOURCE_ROOT; };