Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

session.h: Move inclusion of string.h into .c files #201

Merged
merged 1 commit into from
Jul 22, 2023

Conversation

obgm
Copy link
Contributor

@obgm obgm commented Jul 12, 2023

As a followup to PR #194 this change moves inclusion of the header file string.h into the c-files where it is required (for the declaration of memcmp()).

Change-Id: I11db1c37a7cc13d8fa2826f6d3e38d3765f4a4ec

string.h is required for memcmp() that is used in session.c and
dtls_debug.c. Therefore, the header file needs to be included
only in these two files.

Change-Id: I11db1c37a7cc13d8fa2826f6d3e38d3765f4a4ec
@mrdeep1
Copy link
Contributor

mrdeep1 commented Jul 12, 2023

LGTM

1 similar comment
@boaks
Copy link
Contributor

boaks commented Jul 14, 2023

LGTM

@obgm obgm merged commit d055d8d into main Jul 22, 2023
5 checks passed
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.

3 participants