Rename internal symbol to follow internal naming pattern
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
72d3bcd144
commit
7e74eaa661
@ -613,7 +613,7 @@ static ENGINE *engine_capi(void)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
void int_engine_load_capi(void)
|
void engine_load_capi_int(void)
|
||||||
{
|
{
|
||||||
/* Copied from eng_[openssl|dyn].c */
|
/* Copied from eng_[openssl|dyn].c */
|
||||||
ENGINE *toadd = engine_capi();
|
ENGINE *toadd = engine_capi();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user