diff --git a/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp b/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp index 7a2e5147..0c01a801 100644 --- a/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp +++ b/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp @@ -5951,9 +5951,9 @@ TEST_F(OEMCryptoLoadsCertificate, TestMaxDRMKeys) { // Attempts to load one more key than the kMaxTotalDRMPrivateKeys Session s; - encoded_rsa_key_.assign(kTestRSAPKCS8PrivateKeyInfo3_3072, - kTestRSAPKCS8PrivateKeyInfo3_3072 + - sizeof(kTestRSAPKCS8PrivateKeyInfo3_3072)); + encoded_rsa_key_.assign(kTestRSAPKCS8PrivateKeyInfo2_2048, + kTestRSAPKCS8PrivateKeyInfo2_2048 + + sizeof(kTestRSAPKCS8PrivateKeyInfo2_2048)); Session ps; ProvisioningRoundTrip provisioning_messages(&ps, encoded_rsa_key_); provisioning_messages.PrepareSession(keybox_);