Skip to content
Snippets Groups Projects
Commit b387bcdb authored by Niels Möller's avatar Niels Möller
Browse files

Bug fix to pkcs_digest() (earlier checked in on the wrong branch).

Rev: lib/modules/Crypto/hmac.pike:1.4
parent 973fb7ac
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ string raw_hash(string s)
string pkcs_digest(string s)
{
return Standards.PKCS.Signature.build_digestinfo(s, H());
return Crypto.Signature.build_digestinfo(s, H());
}
class `()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment