From 5ad4fdce41bb1ce7762b70fb50f732f70e3772cf Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 22 Dec 2014 17:47:28 -0500 Subject: RT3548: Remove unsupported platforms. This commit removes MPE/iX Reviewed-by: Andy Polyakov --- apps/s_socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/s_socket.c') diff --git a/apps/s_socket.c b/apps/s_socket.c index e83baf4e70..7edef15c40 100644 --- a/apps/s_socket.c +++ b/apps/s_socket.c @@ -269,7 +269,7 @@ static int init_client_ip(int *sock, const unsigned char ip[4], int port, if (s == INVALID_SOCKET) { perror("socket"); return(0); } -#if defined(SO_KEEPALIVE) && !defined(OPENSSL_SYS_MPE) +#if defined(SO_KEEPALIVE) if (type == SOCK_STREAM) { i=0; -- cgit v1.2.3