From bae16f477a16e6aa153f9b6f513138ac29daa800 Mon Sep 17 00:00:00 2001 From: stf <7o5rfu92t@ctrlc.hu> Date: Tue, 12 Nov 2024 18:52:25 +0100 Subject: [PATCH] [fix] mixed up 3hashtdh module name in js/makefile --- js/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Makefile b/js/Makefile index 5783b32..f0188c7 100644 --- a/js/Makefile +++ b/js/Makefile @@ -85,7 +85,7 @@ EXPORTED_FUNCTIONS=\ "_opaquejs_CreateRegistrationResponse", \ "_opaquejs_FinalizeRequest", \ "_opaquejs_StoreUserRecord", \ -"_toprf_3hashtdh", \ +"_opaquejs_3hashtdh", \ "_free", \ "_malloc"