fixed build?
This commit is contained in:
parent
821bc57512
commit
d558fba7a8
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ VALUE m_blake2_digest(VALUE self, VALUE _input, VALUE _representation) {
|
|||
return result;
|
||||
}
|
||||
|
||||
void Init_ext() {
|
||||
void Init_sse() {
|
||||
mDigest = rb_define_module("Digest");
|
||||
|
||||
mDigest_cBlake2 = rb_define_class_under(mDigest, "Blake2b", rb_cObject);
|
||||
|
|
Loading…
Add table
Reference in a new issue