[corlib] Parse datetime string using culture calendar. Fixes #18052
[mono.git] / mcs / class / corlib / System.Security.Cryptography / SHA384Managed.cs
index 43495bef6b11ed4e70869b0dce3bc1f9305e4eab..dd4aee047fc159b55033cf6afc02f8ee0f7e4e25 100644 (file)
@@ -30,8 +30,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if !MOONLIGHT
-
 using System.Runtime.InteropServices;
 
 namespace System.Security.Cryptography {
@@ -259,6 +257,3 @@ public class SHA384Managed : SHA384 {
 }
 
 }
-
-#endif
-