aboutsummaryrefslogtreecommitdiff
path: root/crypto/modes/ccm128.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/modes/ccm128.c')
-rw-r--r--crypto/modes/ccm128.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/modes/ccm128.c b/crypto/modes/ccm128.c
index 655b10350201..eee7a69c3ab7 100644
--- a/crypto/modes/ccm128.c
+++ b/crypto/modes/ccm128.c
@@ -1,15 +1,15 @@
/*
* Copyright 2011-2020 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"
#ifndef STRICT_ALIGNMENT
# ifdef __GNUC__