ossl_provider_upref to ossl_provider_up_ref
authorRichard Levitte <levitte@openssl.org>
Tue, 2 Jul 2019 12:57:36 +0000 (14:57 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 2 Jul 2019 14:30:56 +0000 (16:30 +0200)
commit7c95390ef021e18d6b834cea9009d0d26b4642d5
tree2aa4a2a481661f863670135b51f628939bba1cc9
parent94f4d58a87eac9c6fe4cb46b998656bd6d6f03a5
ossl_provider_upref to ossl_provider_up_ref

Common pattern is that the routines to increment the reference count
are called something_up_ref, not something_upref.  Adapt
ossl_provider_upref() accordingly.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9293)
crypto/evp/digest.c
crypto/evp/evp_enc.c
crypto/evp/evp_fetch.c
crypto/evp/evp_locl.h
crypto/provider_core.c
doc/internal/man3/evp_generic_fetch.pod
doc/internal/man3/ossl_method_construct.pod
doc/internal/man3/ossl_provider_new.pod
include/internal/provider.h