asn1/a_int.c: remove code duplicate and optimize branches,
authorAndy Polyakov <appro@openssl.org>
Tue, 11 Apr 2017 21:15:55 +0000 (23:15 +0200)
committerAndy Polyakov <appro@openssl.org>
Fri, 14 Apr 2017 09:55:06 +0000 (11:55 +0200)
commita3ea6bf0ef703b38a656245931979c7e53c410b7
tree70640e605e6afd35de23d7399391161aa5b1806a
parent93f725a3fcf00701cc8d5c2943383b9aa233aeb4
asn1/a_int.c: remove code duplicate and optimize branches,

i.e. reduce amount of branches and favour likely ones.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3192)
crypto/asn1/a_int.c