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

Simple bug fix.

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