Convert the mac functions to just return 1 for success and 0 for failure
authorMatt Caswell <matt@openssl.org>
Wed, 19 Oct 2016 13:44:28 +0000 (14:44 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 4 Nov 2016 12:09:46 +0000 (12:09 +0000)
commita14aa99be8fe169bba7afc6355b6b6d750b2ba1d
tree179e73bbf8302fa6fe1cf4f27f7854cda3df4217
parentc08d12ca40e031e652e84cd235e8394cf883fd1f
Convert the mac functions to just return 1 for success and 0 for failure

Previously they return -1 for failure or the size of the mac. But the size
was never used anywhere.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/record/ssl3_record.c