Constify the parameter getters for RSA, DSA and DH
authorRichard Levitte <levitte@openssl.org>
Tue, 14 Jun 2016 13:48:16 +0000 (15:48 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 15 Jun 2016 18:09:27 +0000 (20:09 +0200)
commitfd809cfdbd6e32b6b67b68c59f6d55fbed7a9327
tree59cd0002b3161e2892f3f06aeb509d897453c38f
parent9c1a9ccf65d0ea1912675d3a622fa8e51b524b9e
Constify the parameter getters for RSA, DSA and DH

Including documentation changes

Reviewed-by: Stephen Henson <steve@openssl.org>
Reviewed-by: Emilia Käsper <emilia@openssl.org>
crypto/dh/dh_lib.c
crypto/dsa/dsa_lib.c
crypto/rsa/rsa_lib.c
doc/crypto/DH_get0_pqg.pod
doc/crypto/DSA_get0_pqg.pod
doc/crypto/RSA_get0_key.pod
include/openssl/dh.h
include/openssl/dsa.h
include/openssl/rsa.h