Author: stsp Date: Tue Dec 20 10:22:11 2016 New Revision: 1775250 URL: http://svn.apache.org/viewvc?rev=1775250&view=rev Log: * buckets/ssl_buckets.c: Put parens around expansion of custom X509_STORE_get0_param macro.
Suggested by: brane Modified: serf/trunk/buckets/ssl_buckets.c Modified: serf/trunk/buckets/ssl_buckets.c URL: http://svn.apache.org/viewvc/serf/trunk/buckets/ssl_buckets.c?rev=1775250&r1=1775249&r2=1775250&view=diff ============================================================================== --- serf/trunk/buckets/ssl_buckets.c (original) +++ serf/trunk/buckets/ssl_buckets.c Tue Dec 20 10:22:11 2016 @@ -54,7 +54,7 @@ #endif #ifdef SERF_NO_SSL_X509_STORE_WRAPPERS -#define X509_STORE_get0_param(store) store->param +#define X509_STORE_get0_param(store) (store->param) #endif