mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 19:41:04 -05:00
empty unions don't compile everywhere.
This commit is contained in:
parent
a9dedf80e6
commit
4e37e5b5ee
1 changed files with 1 additions and 0 deletions
|
|
@ -382,6 +382,7 @@ typedef struct evp_cipher_ctx_st
|
|||
#ifndef NO_CAST
|
||||
CAST_KEY cast_ks;/* key schedule */
|
||||
#endif
|
||||
int dummy;
|
||||
} c;
|
||||
} EVP_CIPHER_CTX;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue