mirror of
https://github.com/openssl/openssl.git
synced 2024-11-28 04:25:31 +08:00
fix "missing initializer" warning
This commit is contained in:
parent
cd346d3e22
commit
2c059d58d9
@ -79,7 +79,8 @@ static DSO_METHOD dso_meth_null = {
|
||||
NULL, /* dso_merger */
|
||||
NULL, /* init */
|
||||
NULL, /* finish */
|
||||
NULL /* pathbyaddr */
|
||||
NULL, /* pathbyaddr */
|
||||
NULL /* globallookup */
|
||||
};
|
||||
|
||||
DSO_METHOD *DSO_METHOD_null(void)
|
||||
|
Loading…
Reference in New Issue
Block a user