Improve const correctness for stacks of EVP_MD
authorMatt Caswell <matt@openssl.org>
Wed, 15 Jun 2016 14:32:38 +0000 (15:32 +0100)
committerMatt Caswell <matt@openssl.org>
Sat, 18 Jun 2016 14:34:03 +0000 (15:34 +0100)
commitac94c8fdb9e8a36e616c80fa8c4aadb455144019
treea5e35dbd815cabd2a3cf9b18e49e59be3c7dfbf3
parent98370c2dd7dc32cecd7bb7d940383846fa435f25
Improve const correctness for stacks of EVP_MD

EVP_MDs are always const, so stacks of them should be too. This silences
a warning about type punning on OpenBSD.

RT4378

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/ts/ts_rsp_sign.c
include/openssl/ts.h