summary refs log tree commit diff
path: root/crypto/src/asn1/cryptlib
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-07-30 22:39:32 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-07-30 22:39:32 +0700
commit542fa647fedf98912bad4d910f79c3a6400ce4b8 (patch)
treeea08d79d673a0bf15b122d0f5bf9907369335757 /crypto/src/asn1/cryptlib
parentRefactoring around X509 (diff)
downloadBouncyCastle.NET-ed25519-542fa647fedf98912bad4d910f79c3a6400ce4b8.tar.xz
Add API TODOs
Diffstat (limited to 'crypto/src/asn1/cryptlib')
-rw-r--r--crypto/src/asn1/cryptlib/CryptlibObjectIdentifiers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/cryptlib/CryptlibObjectIdentifiers.cs b/crypto/src/asn1/cryptlib/CryptlibObjectIdentifiers.cs
index e7208bab2..b99ef84a1 100644
--- a/crypto/src/asn1/cryptlib/CryptlibObjectIdentifiers.cs
+++ b/crypto/src/asn1/cryptlib/CryptlibObjectIdentifiers.cs
@@ -1,6 +1,6 @@
 namespace Org.BouncyCastle.Asn1.Cryptlib
 {
-    internal class CryptlibObjectIdentifiers
+    internal static class CryptlibObjectIdentifiers
     {
         internal static readonly DerObjectIdentifier cryptlib = new DerObjectIdentifier("1.3.6.1.4.1.3029");