From a5bfe29675cbe8ac7757716e4c418a7869a2927f Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Mon, 24 Oct 2022 00:30:34 +0700 Subject: Use correct OID --- crypto/test/src/test/GOST28147Test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/test/src/test/GOST28147Test.cs b/crypto/test/src/test/GOST28147Test.cs index 9aad1b48f..e42bdfdb2 100644 --- a/crypto/test/src/test/GOST28147Test.cs +++ b/crypto/test/src/test/GOST28147Test.cs @@ -170,7 +170,7 @@ namespace Org.BouncyCastle.Tests private void doOidTest() { string[] oids = { - CryptoProObjectIdentifiers.GostR28147Cbc.Id, + CryptoProObjectIdentifiers.GostR28147Gcfb.Id, }; string[] names = { -- cgit 1.4.1