[nstool] Remove unused variable.

This commit is contained in:
jakcron 2018-08-05 23:11:34 +08:00
parent 24fa6da666
commit e9b3c7296a

View file

@ -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
{