diff --git a/wolfcrypt/src/pkcs7.c b/wolfcrypt/src/pkcs7.c index 8ecf1d6b4..b6f522f10 100644 --- a/wolfcrypt/src/pkcs7.c +++ b/wolfcrypt/src/pkcs7.c @@ -51,6 +51,11 @@ #include #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 {