aboutsummaryrefslogtreecommitdiff
path: root/crypto/idea/i_skey.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/idea/i_skey.c')
-rw-r--r--crypto/idea/i_skey.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/crypto/idea/i_skey.c b/crypto/idea/i_skey.c
index 230338d7e3ab..7564bce5b131 100644
--- a/crypto/idea/i_skey.c
+++ b/crypto/idea/i_skey.c
@@ -1,12 +1,19 @@
/*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
*/
+/*
+ * IDEA low level APIs are deprecated for public use, but still ok for internal
+ * use where we're using them to implement the higher level EVP interface, as is
+ * the case here.
+ */
+#include "internal/deprecated.h"
+
#include <openssl/idea.h>
#include "idea_local.h"