Rename internal symbol to follow internal naming pattern
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
		@@ -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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user