Deprecate the AES_ige_*() functions
These functions were already partially deprecated. Now we do it fully. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10558)
This commit is contained in:
parent
67b8f5bdbf
commit
7573fe1af5
3 changed files with 16 additions and 9 deletions
|
@ -17,6 +17,9 @@
|
|||
#define EdDSA_SECONDS 10
|
||||
#define SM2_SECONDS 10
|
||||
|
||||
/* We need to use some deprecated APIs */
|
||||
#define OPENSSL_SUPPRESS_DEPRECATED
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue