mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
Merge pull request #2955 from JacobBarthelmeh/Testing
fix for scep build without aes
This commit is contained in:
@ -356,10 +356,10 @@ struct WOLFSSL_EVP_CIPHER_CTX {
|
|||||||
#ifdef HAVE_AESGCM
|
#ifdef HAVE_AESGCM
|
||||||
byte* gcmDecryptBuffer;
|
byte* gcmDecryptBuffer;
|
||||||
int gcmDecryptBufferLen;
|
int gcmDecryptBufferLen;
|
||||||
#endif
|
|
||||||
ALIGN16 unsigned char authTag[AES_BLOCK_SIZE];
|
ALIGN16 unsigned char authTag[AES_BLOCK_SIZE];
|
||||||
int authTagSz;
|
int authTagSz;
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
struct WOLFSSL_EVP_PKEY_CTX {
|
struct WOLFSSL_EVP_PKEY_CTX {
|
||||||
|
Reference in New Issue
Block a user