From branch OpenSSL_0_9_7-stable, 2002-11-13 15:30:
The loading functions should be static if we build a dynamic engine.
This commit is contained in:
@@ -288,6 +288,9 @@ static ENGINE *engine_ibmca(void)
|
||||
return ret;
|
||||
}
|
||||
|
||||
#ifdef ENGINE_DYNAMIC_SUPPORT
|
||||
static
|
||||
#endif
|
||||
void ENGINE_load_ibmca(void)
|
||||
{
|
||||
/* Copied from eng_[openssl|dyn].c */
|
||||
|
Reference in New Issue
Block a user