Skip to content

Move netdb.h and ioctl.h into wolfio.c#7288

Merged
douzzer merged 1 commit intowolfSSL:masterfrom
bandi13:fixNETDB_H
Mar 1, 2024
Merged

Move netdb.h and ioctl.h into wolfio.c#7288
douzzer merged 1 commit intowolfSSL:masterfrom
bandi13:fixNETDB_H

Conversation

@bandi13
Copy link
Copy Markdown
Contributor

@bandi13 bandi13 commented Mar 1, 2024

Better way to fix exclusion of netdb.h in the header files.

@bandi13 bandi13 self-assigned this Mar 1, 2024
@bandi13
Copy link
Copy Markdown
Contributor Author

bandi13 commented Mar 1, 2024

retest this please

@bandi13 bandi13 assigned wolfSSL-Bot and unassigned bandi13 Mar 1, 2024
@dgarske
Copy link
Copy Markdown
Member

dgarske commented Mar 1, 2024

FYI: This breaks wolfTPM again. The right solution for wolfTPM is to handle inclusion of netdb.h on its own. I'll put up another PR for that.

@dgarske
Copy link
Copy Markdown
Member

dgarske commented Mar 1, 2024

FYI: This breaks wolfTPM again. The right solution for wolfTPM is to handle inclusion of netdb.h on its own. I'll put up another PR for that.

wolfSSL/wolfTPM#333

@douzzer douzzer merged commit a59080a into wolfSSL:master Mar 1, 2024
@bandi13 bandi13 deleted the fixNETDB_H branch March 4, 2024 14:47
Comment thread wolfssl/wolfio.h
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#ifdef HAVE_NETDB_H
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WhyHAVE_NETDB_H and HAVE_SYS_IOCTL_H is removed? 😢

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #7381

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants