Skip to content

Commit 427e055

Browse files
authored
Merge pull request #680 from levitte/tomcrypt_private-stdarg
2 parents 2e9f2b5 + 2fd160e commit 427e055

18 files changed

+1
-19
lines changed

src/encauth/siv/siv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* LibTomCrypt, modular cryptographic library -- Tom St Denis */
22
/* SPDX-License-Identifier: Unlicense */
33
#include "tomcrypt_private.h"
4-
#include <stdarg.h>
54

65
/**
76
@file siv.c

src/hashes/helper/hash_memory_multi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* LibTomCrypt, modular cryptographic library -- Tom St Denis */
22
/* SPDX-License-Identifier: Unlicense */
33
#include "tomcrypt_private.h"
4-
#include <stdarg.h>
54

65
#ifdef LTC_HASH_HELPERS
76
/**

src/headers/tomcrypt_private.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/* SPDX-License-Identifier: Unlicense */
33

44
#include "tomcrypt.h"
5+
#include <stdarg.h>
56

67
/*
78
* Internal Macros

src/mac/blake2/blake2bmac_memory_multi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/* SPDX-License-Identifier: Unlicense */
33

44
#include "tomcrypt_private.h"
5-
#include <stdarg.h>
65

76
#ifdef LTC_BLAKE2BMAC
87

src/mac/blake2/blake2smac_memory_multi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/* SPDX-License-Identifier: Unlicense */
33

44
#include "tomcrypt_private.h"
5-
#include <stdarg.h>
65

76
#ifdef LTC_BLAKE2SMAC
87

src/mac/f9/f9_memory_multi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* LibTomCrypt, modular cryptographic library -- Tom St Denis */
22
/* SPDX-License-Identifier: Unlicense */
33
#include "tomcrypt_private.h"
4-
#include <stdarg.h>
54

65
/**
76
@file f9_memory_multi.c

src/mac/hmac/hmac_memory_multi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* LibTomCrypt, modular cryptographic library -- Tom St Denis */
22
/* SPDX-License-Identifier: Unlicense */
33
#include "tomcrypt_private.h"
4-
#include <stdarg.h>
54

65
/**
76
@file hmac_memory_multi.c

src/mac/omac/omac_memory_multi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* LibTomCrypt, modular cryptographic library -- Tom St Denis */
22
/* SPDX-License-Identifier: Unlicense */
33
#include "tomcrypt_private.h"
4-
#include <stdarg.h>
54

65
/**
76
@file omac_memory_multi.c

src/mac/pmac/pmac_memory_multi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* LibTomCrypt, modular cryptographic library -- Tom St Denis */
22
/* SPDX-License-Identifier: Unlicense */
33
#include "tomcrypt_private.h"
4-
#include <stdarg.h>
54

65
/**
76
@file pmac_memory_multi.c

src/mac/poly1305/poly1305_memory_multi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88

99
#include "tomcrypt_private.h"
10-
#include <stdarg.h>
1110

1211
#ifdef LTC_POLY1305
1312

0 commit comments

Comments
 (0)