From e41a52b8f6ffba2a53b342cca3ce11a313f4027b Mon Sep 17 00:00:00 2001 From: David Hook Date: Wed, 21 Oct 2015 22:04:06 +1100 Subject: Added missed files on IBlockResult change --- crypto/src/cms/CMSSignedDataGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/src/cms') diff --git a/crypto/src/cms/CMSSignedDataGenerator.cs b/crypto/src/cms/CMSSignedDataGenerator.cs index e0caca9ff..789aa9145 100644 --- a/crypto/src/cms/CMSSignedDataGenerator.cs +++ b/crypto/src/cms/CMSSignedDataGenerator.cs @@ -174,7 +174,7 @@ namespace Org.BouncyCastle.Cms } sigStr.Close(); - byte[] sigBytes = ((IBlockResult)calculator.GetResult()).DoFinal(); + byte[] sigBytes = ((IBlockResult)calculator.GetResult()).Value(); Asn1Set unsignedAttr = null; if (unsAttr != null) -- cgit 1.5.1