mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Fix missing stuff in headers
This commit is contained in:
@@ -128,7 +128,7 @@ extern int wc_InitRsaHw(RsaKey* key);
|
|||||||
|
|
||||||
#define ERROR_OUT(err, eLabel) { ret = (err); goto eLabel; }
|
#define ERROR_OUT(err, eLabel) { ret = (err); goto eLabel; }
|
||||||
|
|
||||||
#ifdef HAVE_SELFTEST
|
#if defined(HAVE_SELFTEST) || !defined(NO_SKID)
|
||||||
#include <wolfssl/internal.h>
|
#include <wolfssl/internal.h>
|
||||||
#ifndef WOLFSSL_AES_KEY_SIZE_ENUM
|
#ifndef WOLFSSL_AES_KEY_SIZE_ENUM
|
||||||
#define WOLFSSL_AES_KEY_SIZE_ENUM
|
#define WOLFSSL_AES_KEY_SIZE_ENUM
|
||||||
|
@@ -58,14 +58,12 @@ enum {
|
|||||||
WC_SHA3_512_DIGEST_SIZE = 64,
|
WC_SHA3_512_DIGEST_SIZE = 64,
|
||||||
WC_SHA3_512_COUNT = 9,
|
WC_SHA3_512_COUNT = 9,
|
||||||
|
|
||||||
#ifdef HAVE_SELFTEST
|
|
||||||
/* These values are used for HMAC, not SHA-3 directly.
|
/* These values are used for HMAC, not SHA-3 directly.
|
||||||
* They come from from FIPS PUB 202. */
|
* They come from from FIPS PUB 202. */
|
||||||
WC_SHA3_224_BLOCK_SIZE = 144,
|
WC_SHA3_224_BLOCK_SIZE = 144,
|
||||||
WC_SHA3_256_BLOCK_SIZE = 136,
|
WC_SHA3_256_BLOCK_SIZE = 136,
|
||||||
WC_SHA3_384_BLOCK_SIZE = 104,
|
WC_SHA3_384_BLOCK_SIZE = 104,
|
||||||
WC_SHA3_512_BLOCK_SIZE = 72,
|
WC_SHA3_512_BLOCK_SIZE = 72,
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifndef NO_OLD_WC_NAMES
|
#ifndef NO_OLD_WC_NAMES
|
||||||
|
Reference in New Issue
Block a user