mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 05:13:36 +08:00
fixed readWriteIvChanged unit test to match new behaviour of newIv.
This commit is contained in:
@@ -220,6 +220,7 @@ TEST(CCryptoTests, readWriteIvChanged)
|
||||
// ensure that the new IV is used.
|
||||
byte iv[CRYPTO_IV_SIZE];
|
||||
cs1.newIv(iv);
|
||||
cs1.setIv(iv);
|
||||
cs2.setIv(iv);
|
||||
|
||||
cs1.write(bufferIn, 4);
|
||||
|
||||
Reference in New Issue
Block a user