constify SRP
authorMatt Caswell <matt@openssl.org>
Wed, 15 Jun 2016 14:17:50 +0000 (15:17 +0100)
committerMatt Caswell <matt@openssl.org>
Sat, 18 Jun 2016 14:34:03 +0000 (15:34 +0100)
commit98370c2dd7dc32cecd7bb7d940383846fa435f25
treec5f83ad8c892b93534e3079c925acba0a0103142
parent7fb4b92c01bdef71543650ef7da6bfcec69f9cde
constify SRP

Add const qualifiers to lots of SRP stuff. This started out as an effort
to silence some "type-punning" warnings on OpenBSD...but the fix was to
have proper const correctness in SRP.

RT4378

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/srp/srp_lib.c
crypto/srp/srp_vfy.c
include/openssl/srp.h