fix for nightly cavp test

This commit is contained in:
Jacob Barthelmeh 2018-11-08 09:25:10 -07:00
parent cd37e3967c
commit 078db9e445

View File

@ -51,6 +51,11 @@
#include <wolfcrypt/src/misc.c>
#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 */
typedef enum {