projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update from stable branch.
[openssl.git]
/
crypto
/
bio
/
bss_sock.c
diff --git
a/crypto/bio/bss_sock.c
b/crypto/bio/bss_sock.c
index
472dd75
..
30c3cea
100644
(file)
--- a/
crypto/bio/bss_sock.c
+++ b/
crypto/bio/bss_sock.c
@@
-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 */