Convert _meth_get_ functions to const getters
authorJack Bates <jack@nottheoilrig.com>
Thu, 5 Jan 2017 16:58:18 +0000 (09:58 -0700)
committerMatt Caswell <matt@openssl.org>
Wed, 21 Mar 2018 10:37:05 +0000 (10:37 +0000)
commit693be9a2cb0fc79fe856259feea54772c18a3637
treeda5fd41ef57237710f54a7d9bd52086d72ca6ff9
parent424afe931e7d813f75c7d1eacad7a5cd946c6456
Convert _meth_get_ functions to const getters

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2181)
15 files changed:
crypto/bio/bio_meth.c
crypto/dh/dh_meth.c
crypto/dsa/dsa_meth.c
crypto/evp/pmeth_lib.c
crypto/rsa/rsa_meth.c
doc/man3/BIO_meth_new.pod
doc/man3/DH_meth_new.pod
doc/man3/DSA_meth_new.pod
doc/man3/EVP_PKEY_meth_new.pod
doc/man3/RSA_meth_new.pod
include/openssl/bio.h
include/openssl/dh.h
include/openssl/dsa.h
include/openssl/evp.h
include/openssl/rsa.h