25121446 Space is needed between #define and __has_attribute(x) in md4.h
authorMisaki Miyashita <misaki.miyashita@oracle.com>
Sat, 19 Nov 2016 19:35:51 -0800
changeset 7363 bf69e96cfa87
parent 7362 8875826c2bcb
child 7366 dbdcb9e4a435
25121446 Space is needed between #define and __has_attribute(x) in md4.h
components/openssl/common/patches/048-weak-ciphers.patch
--- a/components/openssl/common/patches/048-weak-ciphers.patch	Sat Nov 19 19:35:47 2016 -0800
+++ b/components/openssl/common/patches/048-weak-ciphers.patch	Sat Nov 19 19:35:51 2016 -0800
@@ -301,7 +301,7 @@
 + * Deprecate MD4
 + */
 +#ifndef	__has_attribute
-+# define__has_attribute(x)	0
++# define __has_attribute(x)	0
 +#endif
 +
 +#if __has_attribute(deprecated) \