projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83e4e03
)
RT3108: OPENSSL_NO_SOCK should imply OPENSSL_NO_DGRAM
author
Rich Salz
<rsalz@openssl.org>
Thu, 4 Sep 2014 21:15:42 +0000
(17:15 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Mon, 8 Sep 2014 15:07:45 +0000
(11:07 -0400)
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
e_os.h
patch
|
blob
|
history
diff --git
a/e_os.h
b/e_os.h
index ced9483ab00ec41d0277ef9b8b0add5a590665ea..27b18256b603aed9be9266f778593ec534e69bd9 100644
(file)
--- a/
e_os.h
+++ b/
e_os.h
@@
-499,6
+499,10
@@
static unsigned int _strlen31(const char *str)
/*************/
+#if defined(OPENSSL_NO_SOCK) && !defined(OPENSSL_NO_DGRAM)
+# define OPENSSL_NO_DGRAM
+#endif
+
#ifdef USE_SOCKETS
# if defined(WINDOWS) || defined(MSDOS)
/* windows world */