Latest update.
This commit is contained in:
+3
-3
@@ -24,7 +24,7 @@
|
||||
static int wsa_init_done = 0;
|
||||
# endif
|
||||
|
||||
# if !OPENSSL_API_1_1_0
|
||||
# ifndef OPENSSL_NO_DEPRECATED_1_1_0
|
||||
int BIO_get_host_ip(const char *str, unsigned char *ip)
|
||||
{
|
||||
BIO_ADDRINFO *res = NULL;
|
||||
@@ -103,7 +103,7 @@ int BIO_sock_error(int sock)
|
||||
return j;
|
||||
}
|
||||
|
||||
# if !OPENSSL_API_1_1_0
|
||||
# ifndef OPENSSL_NO_DEPRECATED_1_1_0
|
||||
struct hostent *BIO_gethostbyname(const char *name)
|
||||
{
|
||||
/*
|
||||
@@ -195,7 +195,7 @@ int BIO_socket_ioctl(int fd, long type, void *arg)
|
||||
return i;
|
||||
}
|
||||
|
||||
# if !OPENSSL_API_1_1_0
|
||||
# ifndef OPENSSL_NO_DEPRECATED_1_1_0
|
||||
int BIO_get_accept_socket(char *host, int bind_mode)
|
||||
{
|
||||
int s = INVALID_SOCKET;
|
||||
|
||||
Reference in New Issue
Block a user