Skip to content

Commit dba072f

Browse files
committed
Fix namespace
1 parent feecb7e commit dba072f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crypto/src/openpgp/PgpSecretKey.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections;
33
using System.Diagnostics;
44
using System.IO;
5-
using crypto.openpgp;
65
using Org.BouncyCastle.Asn1;
76
using Org.BouncyCastle.Asn1.Misc;
87
using Org.BouncyCastle.Asn1.X9;

crypto/src/openpgp/SXprWriter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.IO;
33
using System.Text;
44

5-
namespace crypto.openpgp
5+
namespace Org.BouncyCastle.Bcpg.OpenPgp
66
{
77
/**
88
* Writer for S-expression keys

0 commit comments

Comments
 (0)