File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ struct WC_ASYNC_DEV;
186186
187187 typedef struct WC_ASYNC_SW {
188188 void * ctx ;
189- #if HAVE_ANONYMOUS_INLINE_AGGREGATES
189+ #ifdef HAVE_ANONYMOUS_INLINE_AGGREGATES
190190 union {
191191 #endif
192192 #ifdef HAVE_ECC
@@ -211,7 +211,7 @@ struct WC_ASYNC_DEV;
211211 #ifndef NO_DES3
212212 struct AsyncCryptSwDes des ;
213213 #endif /* !NO_DES3 */
214- #if HAVE_ANONYMOUS_INLINE_AGGREGATES
214+ #ifdef HAVE_ANONYMOUS_INLINE_AGGREGATES
215215 }; /* union */
216216 #endif
217217 byte type ; /* enum WC_ASYNC_SW_TYPE */
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ struct WC_RNG {
289289 void * heap ;
290290 byte status ;
291291
292- #if HAVE_ANONYMOUS_INLINE_AGGREGATES
292+ #ifdef HAVE_ANONYMOUS_INLINE_AGGREGATES
293293 union {
294294#endif
295295
@@ -298,7 +298,7 @@ struct WC_RNG {
298298 #endif
299299
300300 #ifdef HAVE_HASHDRBG
301- #if HAVE_ANONYMOUS_INLINE_AGGREGATES
301+ #ifdef HAVE_ANONYMOUS_INLINE_AGGREGATES
302302 struct {
303303 #endif
304304 /* Hash-based Deterministic Random Bit Generator */
@@ -312,12 +312,12 @@ struct WC_RNG {
312312 byte * health_check_scratch ;
313313 byte * newSeed_buf ;
314314 #endif
315- #if HAVE_ANONYMOUS_INLINE_AGGREGATES
315+ #ifdef HAVE_ANONYMOUS_INLINE_AGGREGATES
316316 };
317317 #endif
318318 #endif /* HAVE_HASHDRBG */
319319
320- #if HAVE_ANONYMOUS_INLINE_AGGREGATES
320+ #ifdef HAVE_ANONYMOUS_INLINE_AGGREGATES
321321 };
322322#endif
323323
You can’t perform that action at this time.
0 commit comments