mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
missing ;
This commit is contained in:
parent
4460f0331b
commit
f1a06a5636
@ -238,7 +238,7 @@ JsVar *jswrap_crypto_PBKDF2(JsVar *passphrase, JsVar *salt, JsVar *options) {
|
||||
|
||||
mbedtls_md_init( &ctx );
|
||||
err = mbedtls_md_setup( &ctx, mbedtls_md_info_from_type( hasher ), 1 );
|
||||
assert(err==0)
|
||||
assert(err==0);
|
||||
|
||||
char *keyPtr = 0;
|
||||
JsVar *keyArr = jsvNewArrayBufferWithPtr((unsigned)keySize*4, &keyPtr);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user