summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_aes_wrp.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-10-04 15:25:59 +0200
committerRichard Levitte <levitte@openssl.org>2019-10-10 14:12:15 +0200
commitddd21319e94636f308e115fd05cc48e7a8eadc55 (patch)
tree0899840884488f0c3fd1a915d495fdb485855814 /providers/implementations/ciphers/cipher_aes_wrp.c
parentaf3e7e1bccbed8e3b958488a07daf5a8f4115fa9 (diff)
Cleanup: move remaining providers/common/include/internal/*.h
The end up in providers/common/include/prov/. All inclusions are adjusted accordingly. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10088)
Diffstat (limited to 'providers/implementations/ciphers/cipher_aes_wrp.c')
-rw-r--r--providers/implementations/ciphers/cipher_aes_wrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/ciphers/cipher_aes_wrp.c b/providers/implementations/ciphers/cipher_aes_wrp.c
index 5b5e6388e1..9eaec16318 100644
--- a/providers/implementations/ciphers/cipher_aes_wrp.c
+++ b/providers/implementations/ciphers/cipher_aes_wrp.c
@@ -8,7 +8,7 @@
*/
#include "cipher_aes.h"
-#include "internal/providercommonerr.h"
+#include "prov/providercommonerr.h"
#include "prov/implementations.h"
/* AES wrap with padding has IV length of 4, without padding 8 */