diff options
author | Pauli <paul.dale@oracle.com> | 2020-07-14 01:40:29 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-07-16 09:12:27 +0200 |
commit | e4468e6d8dc5a8a7e49f2ba77ed55ce2b282d4a7 (patch) | |
tree | c872cfc97668904b3ccf5b9f0c5df440d21a7757 /crypto/ts | |
parent | apps: deprecate engines (diff) | |
download | openssl-e4468e6d8dc5a8a7e49f2ba77ed55ce2b282d4a7.tar.xz openssl-e4468e6d8dc5a8a7e49f2ba77ed55ce2b282d4a7.zip |
deprecate engines in libcrypto
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12226)
Diffstat (limited to 'crypto/ts')
-rw-r--r-- | crypto/ts/ts_conf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/ts/ts_conf.c b/crypto/ts/ts_conf.c index 9044920e3f..199a3b82e3 100644 --- a/crypto/ts/ts_conf.c +++ b/crypto/ts/ts_conf.c @@ -7,6 +7,9 @@ * https://www.openssl.org/source/license.html */ +/* We need to use some engine deprecated APIs */ +#define OPENSSL_SUPPRESS_DEPRECATED + #include <string.h> #include <openssl/crypto.h> |