X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fx509%2Fskey_decoder.c;h=9640e85e3ec930825ecc40390ee396c47a948a63;hp=6788145691d30a52f298b914268102d9469426c4;hb=f9b85fee907b65a9929263ba060476dd7ec79c8d;hpb=3210f38e0491b39aec1ef419cb4114e9483089fb diff --git a/src/x509/skey_decoder.c b/src/x509/skey_decoder.c index 6788145..9640e85 100644 --- a/src/x509/skey_decoder.c +++ b/src/x509/skey_decoder.c @@ -285,6 +285,8 @@ name(void *ctx) \ T0_DEFENTRY(br_skey_decoder_init_main, 73) +#define T0_NEXT(t0ipp) (*(*(t0ipp)) ++) + void br_skey_decoder_run(void *t0ctx) { @@ -332,15 +334,17 @@ br_skey_decoder_run(void *t0ctx) #define T0_CO() do { \ goto t0_exit; \ } while (0) -#define T0_RET() break +#define T0_RET() goto t0_next dp = ((t0_context *)t0ctx)->dp; rp = ((t0_context *)t0ctx)->rp; ip = ((t0_context *)t0ctx)->ip; + goto t0_next; for (;;) { uint32_t t0x; - t0x = t0_parse7E_unsigned(&ip); + t0_next: + t0x = T0_NEXT(&ip); if (t0x < T0_INTERPRETED) { switch (t0x) { int32_t t0off;