mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-21 20:27:13 +01:00
Forgot to register the Hash and AES sub libraries from the main Crypt library.
This commit is contained in:
parent
0093bc2dec
commit
36c49cd09c
@ -16,7 +16,8 @@ extern void Register_AES(HSQUIRRELVM vm);
|
|||||||
// ================================================================================================
|
// ================================================================================================
|
||||||
void Register_Crypt(HSQUIRRELVM vm)
|
void Register_Crypt(HSQUIRRELVM vm)
|
||||||
{
|
{
|
||||||
|
Register_Hash(vm);
|
||||||
|
Register_AES(vm);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // Namespace:: SqMod
|
} // Namespace:: SqMod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user