]> granicus.if.org Git - openssl/commit
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>
Mon, 18 Jun 2018 09:52:46 +0000 (10:52 +0100)
commitf0f0abe7a5c23a00999d69e42362b60e22449c36
treec2fbab51a94eb0f629c9eed6fde6980a9da1b3b9
parent1eeb882e3309eac9248e6b998fcb8a0fef42126b
Convert _meth_get_ functions to const getters

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 693be9a2cb0fc79fe856259feea54772c18a3637)

(Merged from https://github.com/openssl/openssl/pull/5750)
14 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/crypto/BIO_meth_new.pod
doc/crypto/DH_meth_new.pod
doc/crypto/DSA_meth_new.pod
doc/crypto/RSA_meth_new.pod
include/openssl/bio.h
include/openssl/dh.h
include/openssl/dsa.h
include/openssl/evp.h
include/openssl/rsa.h