Submitted by: Jurko Gospodneti <jurko.gospodnetic@docte.hr>
Reviewed by: steve@openssl.org

Make OPENSSL_NO_SOCK work.
This commit is contained in:
Dr. Stephen Henson 2009-03-09 12:09:03 +00:00
parent cefa7ce284
commit 0d658ddf25

View file

@ -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 */