RT3548: Remove unsupported platforms.

This commit removes MPE/iX

Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
Rich Salz
2014-12-22 17:47:28 -05:00
parent 67472bd82b
commit 5ad4fdce41
6 changed files with 3 additions and 16 deletions

View File

@@ -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;