mirror of
				https://github.com/VCMP-SqMod/SqMod.git
				synced 2025-11-01 14:57:18 +01:00 
			
		
		
		
	Forgot to register the Hash and AES sub libraries from the main Crypt library.
This commit is contained in:
		| @@ -16,7 +16,8 @@ extern void Register_AES(HSQUIRRELVM vm); | ||||
| // ================================================================================================ | ||||
| void Register_Crypt(HSQUIRRELVM vm) | ||||
| { | ||||
|  | ||||
|     Register_Hash(vm); | ||||
|     Register_AES(vm); | ||||
| } | ||||
|  | ||||
| } // Namespace:: SqMod | ||||
|   | ||||
		Reference in New Issue
	
	Block a user