mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
fix for nightly cavp test
This commit is contained in:
@ -51,6 +51,11 @@
|
|||||||
#include <wolfcrypt/src/misc.c>
|
#include <wolfcrypt/src/misc.c>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_SELFTEST
|
||||||
|
enum {
|
||||||
|
GCM_NONCE_MID_SZ = 12, /* The usual default nonce size for AES-GCM. */
|
||||||
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
/* direction for processing, encoding or decoding */
|
/* direction for processing, encoding or decoding */
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Reference in New Issue
Block a user