X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fengine%2Ftb_dh.c;fp=crypto%2Fengine%2Ftb_dh.c;h=fa8b5b846be050247da3f99606e90b3df5a577fb;hp=e877fce2fcce97a7bac8a71ca95391d8807337a2;hb=e4468e6d8dc5a8a7e49f2ba77ed55ce2b282d4a7;hpb=ad8fc6f626a6f9064383d77b102c8efcf442a9d7 diff --git a/crypto/engine/tb_dh.c b/crypto/engine/tb_dh.c index e877fce2fc..fa8b5b846b 100644 --- a/crypto/engine/tb_dh.c +++ b/crypto/engine/tb_dh.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 "eng_local.h" static ENGINE_TABLE *dh_table = NULL;