diff options
Diffstat (limited to 'crypto/modes/cts128.c')
-rw-r--r-- | crypto/modes/cts128.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/modes/cts128.c b/crypto/modes/cts128.c index 9052e857764f..5600d9c54b1b 100644 --- a/crypto/modes/cts128.c +++ b/crypto/modes/cts128.c @@ -1,15 +1,15 @@ /* * Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/license.html */ -#include <openssl/crypto.h> -#include "modes_local.h" #include <string.h> +#include <openssl/crypto.h> +#include "crypto/modes.h" /* * Trouble with Ciphertext Stealing, CTS, mode is that there is no |