mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[nstool] Remove unused variable.
This commit is contained in:
parent
24fa6da666
commit
e9b3c7296a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ void PkiValidator::addCertificates(const fnd::List<es::SignedData<es::Certificat
|
|||
std::string cert_ident;
|
||||
es::sign::SignatureAlgo cert_sign_algo;
|
||||
es::sign::HashAlgo cert_hash_algo;
|
||||
fnd::Vec<byte_t> cert_sign, cert_hash;
|
||||
fnd::Vec<byte_t> cert_hash;
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue