summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_tdes.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_tdes.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_tdes.c')
-rw-r--r--providers/implementations/ciphers/cipher_tdes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/ciphers/cipher_tdes.c b/providers/implementations/ciphers/cipher_tdes.c
index 1ded6202df..e6dab582ca 100644
--- a/providers/implementations/ciphers/cipher_tdes.c
+++ b/providers/implementations/ciphers/cipher_tdes.c
@@ -11,7 +11,7 @@
#include "cipher_tdes.h"
#include "crypto/rand.h"
#include "prov/implementations.h"
-#include "internal/providercommonerr.h"
+#include "prov/providercommonerr.h"
void *tdes_newctx(void *provctx, int mode, size_t kbits, size_t blkbits,
size_t ivbits, uint64_t flags, const PROV_CIPHER_HW *hw)