mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Fixed bi_export, change to makefile
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@215 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@ -723,10 +723,11 @@ void bi_export(BI_CTX *ctx, bigint *x, uint8_t *data, int size)
|
||||
|
||||
if (k < 0)
|
||||
{
|
||||
break;
|
||||
goto buf_done;
|
||||
}
|
||||
}
|
||||
}
|
||||
buf_done:
|
||||
|
||||
bi_free(ctx, x);
|
||||
}
|
||||
|
Reference in New Issue
Block a user