mirror of
https://github.com/openssl/openssl.git
synced 2024-11-28 20:44:10 +08:00
another warning.
This commit is contained in:
parent
4dbe060f2c
commit
8c343cf861
@ -211,7 +211,7 @@ static int win32_bind(DSO *dso, const char *symname, void **symptr)
|
||||
return(1);
|
||||
}
|
||||
|
||||
static int win32_ctrl(DSO *dso, int cmd, long larg, void *parg)
|
||||
static long win32_ctrl(DSO *dso, int cmd, long larg, void *parg)
|
||||
{
|
||||
if(dso == NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user