diff options
Diffstat (limited to 'include/fdlist.h')
-rw-r--r-- | include/fdlist.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/fdlist.h b/include/fdlist.h index 4487ca0..a23c5c1 100644 --- a/include/fdlist.h +++ b/include/fdlist.h @@ -78,9 +78,6 @@ typedef struct _fde { unsigned int open:1; unsigned int is_socket:1; -#ifdef HAVE_LIBCRYPTO - unsigned int pending_read:1; -#endif } flags; struct |