summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-10-24 00:30:34 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-10-24 00:30:34 +0700
commita5bfe29675cbe8ac7757716e4c418a7869a2927f (patch)
tree1bbfa9c885d05c3eef6a87b3d9773d48bce63546
parentRefactor intrinsics code (diff)
downloadBouncyCastle.NET-ed25519-a5bfe29675cbe8ac7757716e4c418a7869a2927f.tar.xz
Use correct OID
-rw-r--r--crypto/test/src/test/GOST28147Test.cs2
1 files changed, 1 insertions, 1 deletions
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 = {