Skip to content

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