diff options
author | Pauli <paul.dale@oracle.com> | 2020-07-14 01:38:22 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-07-16 09:12:27 +0200 |
commit | cf8e8cba93776cda9a137232df58a17d7c9a8fc1 (patch) | |
tree | 7a529b78ee0f2624840f8111669393ed71cc33e2 /engines/e_padlock.c | |
parent | Fix indentation for engine.h (diff) | |
download | openssl-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.c | 4 |
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 |