mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
signed vs. unsigned.
This commit is contained in:
parent
a74286d636
commit
7efebab9fd
@ -291,7 +291,7 @@ int do_server(int port, int *ret, int (*cb)(char *hostname, int s, unsigned char
|
||||
SHUTDOWN(accept_socket);
|
||||
return(0);
|
||||
}
|
||||
i=(*cb)(name,sock, context);
|
||||
i=(*cb)(name,sock, (unsigned char *)context);
|
||||
if (name != NULL) OPENSSL_free(name);
|
||||
SHUTDOWN2(sock);
|
||||
if (i < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user