Latest update.
This commit is contained in:
@@ -11,11 +11,13 @@
|
||||
#include <openssl/aes.h>
|
||||
#include "aes_local.h"
|
||||
|
||||
#ifndef OPENSSL_NO_DEPRECATED_3_0
|
||||
const char *AES_options(void)
|
||||
{
|
||||
#ifdef FULL_UNROLL
|
||||
# ifdef FULL_UNROLL
|
||||
return "aes(full)";
|
||||
#else
|
||||
# else
|
||||
return "aes(partial)";
|
||||
#endif
|
||||
# endif
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user