summaryrefslogtreecommitdiffstats
path: root/engines/e_padlock.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-07-14 01:38:22 +0200
committerRichard Levitte <levitte@openssl.org>2020-07-16 09:12:27 +0200
commitcf8e8cba93776cda9a137232df58a17d7c9a8fc1 (patch)
tree7a529b78ee0f2624840f8111669393ed71cc33e2 /engines/e_padlock.c
parentFix indentation for engine.h (diff)
downloadopenssl-cf8e8cba93776cda9a137232df58a17d7c9a8fc1.tar.xz
openssl-cf8e8cba93776cda9a137232df58a17d7c9a8fc1.zip
deprecate engines
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226)
Diffstat (limited to '')
-rw-r--r--engines/e_padlock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/e_padlock.c b/engines/e_padlock.c
index af5ac24a21..713a79a368 100644
--- a/engines/e_padlock.c
+++ b/engines/e_padlock.c
@@ -8,8 +8,8 @@
*/
/*
- * This file uses the low level AES functions (which are deprecated for
- * non-internal use) in order to implement the padlock engine AES ciphers.
+ * This file uses the low level AES and engine functions (which are deprecated
+ * for non-internal use) in order to implement the padlock engine AES ciphers.
*/
#define OPENSSL_SUPPRESS_DEPRECATED