Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Baulig committed Oct 30, 2018
1 parent 986946d commit 0b412c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Security/Certificate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ internal SecCertificate (X509CertificateImpl impl)
CFObject.CFRetain (handle);
return;
}

using (NSData cert = NSData.FromArray (impl.RawData)) {
Initialize (cert);
}
Expand Down

0 comments on commit 0b412c7

Please sign in to comment.