commit | 8278184631424eaf0365d54fb81fd228af2dce38 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Thu Dec 04 16:26:47 2014 -0500 |
committer | Adam Langley <agl@google.com> | Fri Dec 05 17:27:23 2014 +0000 |
tree | af42e9a87e1bdfcd5a33c783b81530693dec93e3 | |
parent | 83abdd6e58eebba120aa80e8e855b65dfe776d95 [diff] |
Remove redundant checks in ssl_cert_dup. PR#3613 (Imported from upstream's fc3968a25ce0c16cab8730ec0d68a59856158029) We don't care about GOST, but removing redundant code is reasonable. Also switch that CRYPTO_add to EVP_PKEY_dup. Missed a spot. Change-Id: I768ec546d987fb3d8bc3decf7ebf1a5590fbb6c2 Reviewed-on: https://boringssl-review.googlesource.com/2477 Reviewed-by: Adam Langley <agl@google.com>