evp/bio_enc.c: stop using pointer arithmetic for error detection.
authorAndy Polyakov <appro@openssl.org>
Tue, 23 Aug 2016 11:31:36 +0000 (13:31 +0200)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Aug 2016 09:34:27 +0000 (10:34 +0100)
commit9e421962e1cd58e302ebd8aca5d5a44198194243
tree663fe95fef07f719d1e25d5187e735c73a3add77
parent44cb4f5b5f0cee7e177aa8fc214b992f016fa8f0
evp/bio_enc.c: stop using pointer arithmetic for error detection.

Thanks to David Benjamin for reporting this.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/evp/bio_enc.c