PR: 1858
Submitted by: Jurko Gospodneti <jurko.gospodnetic@docte.hr> Reviewed by: steve@openssl.org Make OPENSSL_NO_SOCK work.
This commit is contained in:
@@ -60,6 +60,9 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#define USE_SOCKETS
|
#define USE_SOCKETS
|
||||||
#include "cryptlib.h"
|
#include "cryptlib.h"
|
||||||
|
|
||||||
|
#ifndef OPENSSL_NO_SOCK
|
||||||
|
|
||||||
#include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
|
|
||||||
#ifdef WATT32
|
#ifdef WATT32
|
||||||
@@ -300,3 +303,5 @@ int BIO_sock_non_fatal_error(int err)
|
|||||||
}
|
}
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* #ifndef OPENSSL_NO_SOCK */
|
||||||
|
|||||||
Reference in New Issue
Block a user