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:
parent
cefa7ce284
commit
0d658ddf25
@ -60,6 +60,9 @@
|
||||
#include <errno.h>
|
||||
#define USE_SOCKETS
|
||||
#include "cryptlib.h"
|
||||
|
||||
#ifndef OPENSSL_NO_SOCK
|
||||
|
||||
#include <openssl/bio.h>
|
||||
|
||||
#ifdef WATT32
|
||||
@ -300,3 +303,5 @@ int BIO_sock_non_fatal_error(int err)
|
||||
}
|
||||
return(0);
|
||||
}
|
||||
|
||||
#endif /* #ifndef OPENSSL_NO_SOCK */
|
||||
|
Loading…
x
Reference in New Issue
Block a user