Merge pull request #2955 from JacobBarthelmeh/Testing

fix for scep build without aes
This commit is contained in:
toddouska
2020-05-07 08:44:39 -07:00
committed by GitHub

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 {