Swift: Disable the part of the test that triggers an extraction issue.

This commit is contained in:
Geoffrey White
2023-12-14 14:09:17 +00:00
parent 987cdff862
commit 7e6ff7c826

View File

@@ -127,7 +127,7 @@ func test_commoncrypto1(key: Data, iv: Data, dataIn: Data, dataOut: inout Data)
var myCryptor: CCCryptorRef?
var dataOutWritten = 0
key.withUnsafeBytes({
/*key.withUnsafeBytes({
keyPtr in
iv.withUnsafeBytes({
// create the cryptor object
@@ -175,7 +175,7 @@ func test_commoncrypto1(key: Data, iv: Data, dataIn: Data, dataOut: inout Data)
})
})
})
})
})*/
}
func test_commoncrypto2(