Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Feb 14, 2020
1 parent f075e74 commit 1dcf738
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 = null!;
private Lazy<SafeDsaHandle> _key;

public DSAOpenSsl()
: this(2048)
Expand Down

0 comments on commit 1dcf738

Please sign in to comment.