mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
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;
|
||||
}
|
||||
|
||||
void int_engine_load_capi(void)
|
||||
void engine_load_capi_int(void)
|
||||
{
|
||||
/* Copied from eng_[openssl|dyn].c */
|
||||
ENGINE *toadd = engine_capi();
|
||||
|
Loading…
Reference in New Issue
Block a user