]> git.ipfire.org Git - thirdparty/openssl.git/commit
Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_ref
authorMatt Caswell <matt@openssl.org>
Mon, 24 Jun 2019 16:38:01 +0000 (17:38 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 28 Jun 2019 09:02:09 +0000 (10:02 +0100)
commit70c35fd1f6467da5563c6cab3ea373e6359cf080
treeae351726d46296bae387c02d6a15063a97b7b736
parent42738cdeaa1103c0bd1e7500cf64ac62a015b3a2
Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_ref

All the other upref functions are spelled as "up_ref". These new functions
should be consistent.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9233)
crypto/evp/cmeth_lib.c
crypto/evp/digest.c
crypto/evp/evp_enc.c
crypto/evp/evp_lib.c
doc/man3/EVP_MD_meth_new.pod
include/openssl/evp.h
test/evp_extra_test.c
util/libcrypto.num
util/missingcrypto.txt