Skip to content

Commit c69cad3

Browse files
committed
SigOutputStream removed from the other-platform path too.
1 parent 6d64054 commit c69cad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/src/cms/CMSSignedDataGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ internal SignerInfo ToSignerInfo(
137137
IStreamCalculator calculator = sigCalc.CreateCalculator();
138138

139139
#if NETCF_1_0 || NETCF_2_0 || SILVERLIGHT || PORTABLE
140-
Stream sigStr = new SigOutputStream(calculator.Stream);
140+
Stream sigStr = calculator.Stream;
141141
#else
142142
Stream sigStr = new BufferedStream(calculator.Stream);
143143
#endif

0 commit comments

Comments
 (0)