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

ARGH! Undid latest checkin. I should probably get some sleep.

Rev: lib/modules/Crypto/hmac.pike:1.5
parent b387bcdb
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ string raw_hash(string s) ...@@ -24,7 +24,7 @@ string raw_hash(string s)
string pkcs_digest(string s) string pkcs_digest(string s)
{ {
return Crypto.Signature.build_digestinfo(s, H()); return Standards.PKCS.Signature.build_digestinfo(s, H());
} }
class `() 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