diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-11-09 12:10:58 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-11-09 12:10:58 +0700 |
commit | 36057f66032c5e2942a8c3797be39f20693318f3 (patch) | |
tree | 966eb52e8b140121cf032181f1bfb65012b6f9f7 /crypto/src/openpgp/PgpUtilities.cs | |
parent | fixed argument null message (diff) | |
download | BouncyCastle.NET-ed25519-36057f66032c5e2942a8c3797be39f20693318f3.tar.xz |
Add DOTNET and LIB preprocessor flags as per BouncyCastle-PCL
Diffstat (limited to 'crypto/src/openpgp/PgpUtilities.cs')
-rw-r--r-- | crypto/src/openpgp/PgpUtilities.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/openpgp/PgpUtilities.cs b/crypto/src/openpgp/PgpUtilities.cs index 9238edcfc..055f99636 100644 --- a/crypto/src/openpgp/PgpUtilities.cs +++ b/crypto/src/openpgp/PgpUtilities.cs @@ -347,7 +347,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp return MakeKey(algorithm, keyBytes); } -#if !PORTABLE +#if !PORTABLE || DOTNET /// <summary>Write out the passed in file as a literal data packet.</summary> public static void WriteFileToLiteralData( Stream output, |