libcrypto: make XXX_get_number() internal
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15564)
This commit is contained in:
parent
6ea964cd4a
commit
bcd5d3a22d
18 changed files with 13 additions and 39 deletions
|
@ -433,7 +433,7 @@ const char *OSSL_ENCODER_get0_properties(const OSSL_ENCODER *encoder)
|
|||
return encoder->base.propdef;
|
||||
}
|
||||
|
||||
int OSSL_ENCODER_get_number(const OSSL_ENCODER *encoder)
|
||||
int ossl_encoder_get_number(const OSSL_ENCODER *encoder)
|
||||
{
|
||||
if (!ossl_assert(encoder != NULL)) {
|
||||
ERR_raise(ERR_LIB_OSSL_ENCODER, ERR_R_PASSED_NULL_PARAMETER);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue