Skip to content

Commit

Permalink
Revert "address feedback"
Browse files Browse the repository at this point in the history
This reverts commit d3c21fa00063683856f35517598ca22423edcd28.
  • Loading branch information
eiriktsarpalis committed Feb 14, 2020
1 parent 1dcf738 commit ca8d4cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal static partial class DSAImplementation
public sealed partial class DSAOpenSsl : DSA
{
private const int BitsPerByte = 8;
private Lazy<SafeDsaHandle> _key;
private Lazy<SafeDsaHandle> _key = null!;

public DSAOpenSsl()
: this(2048)
Expand Down

0 comments on commit ca8d4cb

Please sign in to comment.