1
0
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:
Sandu Liviu Catalin 2016-06-04 22:32:08 +03:00
parent 0093bc2dec
commit 36c49cd09c

View File

@ -16,7 +16,8 @@ extern void Register_AES(HSQUIRRELVM vm);
// ================================================================================================
void Register_Crypt(HSQUIRRELVM vm)
{
Register_Hash(vm);
Register_AES(vm);
}
} // Namespace:: SqMod