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:
240635c
)
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:08:01 +0000
(11:08 -0400)
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
(cherry picked from commit
be0bd11d698677bb7dde14cde73af098da94da18
)
e_os.h
patch
|
blob
|
history
diff --git
a/e_os.h
b/e_os.h
index bfd7e36a1995355c00a0fa0bcf377a2c90e05e48..a7eb594858d725e561b629c35579aae8b80f8744 100644
(file)
--- a/
e_os.h
+++ b/
e_os.h
@@
-496,6
+496,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 */