fix for scep build without aes

This commit is contained in:
Jacob Barthelmeh
2020-05-06 16:58:54 -06:00
parent be3c39ed1c
commit 6619db580d

View File

@@ -356,10 +356,10 @@ struct WOLFSSL_EVP_CIPHER_CTX {
#ifdef HAVE_AESGCM
byte* gcmDecryptBuffer;
int gcmDecryptBufferLen;
#endif
ALIGN16 unsigned char authTag[AES_BLOCK_SIZE];
int authTagSz;
#endif
#endif
};
struct WOLFSSL_EVP_PKEY_CTX {