Remove redundant ASN1_INTEGER_set call
authorEric Brown <browne@vmware.com>
Thu, 16 Aug 2018 15:34:39 +0000 (08:34 -0700)
committerPauli <paul.dale@oracle.com>
Sun, 2 Sep 2018 21:27:52 +0000 (07:27 +1000)
commitdfbc526e30b2e30cb574a727b3319e4a6125c9e3
tree9c3b5989d6728397666b9725bebf3f5d86b74766
parentac5090b780c5534963061f3e6554e2a59114ed75
Remove redundant ASN1_INTEGER_set call

This trivial patch removes a duplicated call to ASN1_INTEGER_set.

Fixes Issue #6977

Signed-off-by: Eric Brown <browne@vmware.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/6984)

(cherry picked from commit 59701e6363531cddef5b2114c0127b8453deb1f3)
crypto/pkcs7/pk7_lib.c