mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 07:27:23 +01:00
Using the same variable name as in DigestEngine
This commit is contained in:
parent
53e6d9efaa
commit
5af8235b38
@ -49,9 +49,9 @@ RSADigestEngine::RSADigestEngine(const RSAKey& key, DigestType digestType):
|
||||
{
|
||||
}
|
||||
|
||||
RSADigestEngine::RSADigestEngine(const RSAKey& key, const std::string &algorithm):
|
||||
RSADigestEngine::RSADigestEngine(const RSAKey& key, const std::string &name):
|
||||
_key(key),
|
||||
_engine(algorithm)
|
||||
_engine(name)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user