Skip to content

Commit

Permalink
fix compiler condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mirus77 committed Oct 24, 2017
1 parent 37d7d02 commit caa2376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/eet/u_EETSigner.pas
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ procedure TEETSigner.ReadResponseCertInfo;
{$ENDIF}
end;

{$IFNDEF USE_LIBEET}
procedure TEETSigner.RemoveBSTCert;
var
secKey, tmpKey : xmlSecKeyPtr;
Expand Down Expand Up @@ -771,6 +772,7 @@ procedure TEETSigner.RemoveBSTCert;
raise EEETSignerException.CreateFmt('Error: failed to save keys to "%s"', [String(keysfilename)]);
{$ENDIF}
end;
{$ENDIF}

procedure TEETSigner.SetActive(const Value: Boolean);
var
Expand Down

0 comments on commit caa2376

Please sign in to comment.