Subtract padding from outlen in ct_base64_decode
authorRob Percival <robpercival@google.com>
Wed, 19 Oct 2016 14:11:04 +0000 (15:11 +0100)
committerRob Percival <robpercival@google.com>
Wed, 16 Nov 2016 13:43:36 +0000 (13:43 +0000)
commit70a06fc1a8b098e9934f837896159bfc6caf0228
tree89073e6633a1a09c7bec27418fbb66a802c45c58
parentf7a39a5a3f7f91e0d1ba0030323eef26bc8ccddf
Subtract padding from outlen in ct_base64_decode

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1548)
crypto/ct/ct_b64.c