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

Have src/headers/tomcrypt_private.h include stdarg.h #680

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

levitte
Copy link
Collaborator

@levitte levitte commented Jan 21, 2025

This ensures that va_list, which is used in that file, gets properly
declared.

As a consequence, the following pattern in other files can be reduced:

#include "tomcrypt_private.h"
#include <stdarg.h>

Fixes #679

This ensures that va_list, which is used in that file, gets properly
declared.

As a consequence, the following pattern in other files can be reduced:

    #include "tomcrypt_private.h"
    #include <stdarg.h>

Fixes libtom#679
Copy link
Member

@sjaeckel sjaeckel left a comment

Choose a reason for hiding this comment

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

Thanks!

@sjaeckel sjaeckel merged commit 427e055 into libtom:develop Jan 21, 2025
75 checks passed
@levitte levitte deleted the tomcrypt_private-stdarg branch January 21, 2025 11:19
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.

Information about compilation failure under GitHub's CI
2 participants