]> Git Repo - secp256k1.git/blobdiff - contrib/lax_der_parsing.c
Merge #699: Initialize field elements when resulting in infinity
[secp256k1.git] / contrib / lax_der_parsing.c
index e177a0562dd2d2525a095c1dc3922b0ad5241ca5..f71db4b53524cc1254190cb915f810adf3113ad7 100644 (file)
@@ -112,7 +112,6 @@ int ecdsa_signature_parse_der_lax(const secp256k1_context* ctx, secp256k1_ecdsa_
         return 0;
     }
     spos = pos;
-    pos += slen;
 
     /* Ignore leading zeroes in R */
     while (rlen > 0 && input[rpos] == 0) {
This page took 0.018305 seconds and 4 git commands to generate.