Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
paolo-rossi committed Sep 11, 2021
2 parents aed39e8 + 0a8a134 commit a4d965b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Common/JOSE.Signing.Base.pas
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class function TSigningBase.LoadPublicKeyFromCert(const ACertificate: TBytes; AA
LCer: PX509;
LAlg: Integer;
begin
Result := nil; //prevent compiler warning
LoadOpenSSL;

LCer := LoadCertificate(ACertificate);
Expand Down

0 comments on commit a4d965b

Please sign in to comment.