aboutsummaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_aes_ocb.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-12-19 13:33:35 +0100
committerRichard Levitte <levitte@openssl.org>2019-12-19 13:33:35 +0100
commitcc731bc3f66701cad1de07dfc9ba64d0fc709d45 (patch)
tree89aeeb8c6683e53028d624f6da7dbe9b5adfbbe6 /providers/implementations/ciphers/cipher_aes_ocb.h
parentc0d47492a77e67ce49cf3c538bdaf82ca90367cb (diff)
downloadopenssl-cc731bc3f66701cad1de07dfc9ba64d0fc709d45.zip
openssl-cc731bc3f66701cad1de07dfc9ba64d0fc709d45.tar.gz
openssl-cc731bc3f66701cad1de07dfc9ba64d0fc709d45.tar.bz2
EVP & PROV: Fix all platform inclusions
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10662)
Diffstat (limited to 'providers/implementations/ciphers/cipher_aes_ocb.h')
-rw-r--r--providers/implementations/ciphers/cipher_aes_ocb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/providers/implementations/ciphers/cipher_aes_ocb.h b/providers/implementations/ciphers/cipher_aes_ocb.h
index ba51524..94d8183 100644
--- a/providers/implementations/ciphers/cipher_aes_ocb.h
+++ b/providers/implementations/ciphers/cipher_aes_ocb.h
@@ -9,6 +9,7 @@
#include <openssl/aes.h>
#include "prov/ciphercommon.h"
+#include "crypto/aes_platform.h"
#define OCB_MAX_TAG_LEN AES_BLOCK_SIZE
#define OCB_MAX_DATA_LEN AES_BLOCK_SIZE