CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2018/05/12 11:44:31

Modified files:
        lib/libcrypto/asn1: a_bitstr.c 

Log message:
Cleanup c2i_ASN1_BIT_STRING() code.

Avoid overloading a variable to store both a value and an error code - we
can simply inline the error calls (as done everywhere else). Remove a bunch
of unnecessary parentheses and tidy a few other things.

With input from tb@.

ok inoguchi@ tb@

Reply via email to