mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-27 07:37:05 +08:00
fix comment issues
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
7b4d9da08c
commit
490bf08dd9
@ -32,12 +32,12 @@
|
|||||||
#define __ARM_FEATURE_CRYPTO 1
|
#define __ARM_FEATURE_CRYPTO 1
|
||||||
/* See: https://arm-software.github.io/acle/main/acle.html#cryptographic-extensions
|
/* See: https://arm-software.github.io/acle/main/acle.html#cryptographic-extensions
|
||||||
*
|
*
|
||||||
* `__ARM_FEATURE_CRYPTO` is deprecated. Reserve it for older compilers.
|
* `__ARM_FEATURE_CRYPTO` is deprecated, but we need to continue to specify it
|
||||||
|
* for older compilers.
|
||||||
*/
|
*/
|
||||||
#define __ARM_FEATURE_AES 1
|
#define __ARM_FEATURE_AES 1
|
||||||
#define NEED_TARGET_OPTIONS
|
#define NEED_TARGET_OPTIONS
|
||||||
#endif /* __aarch64__ && __clang__ &&
|
#endif
|
||||||
!__ARM_FEATURE_CRYPTO && __clang_major__ < 18 && __clang_major__ > 3 */
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
@ -37,12 +37,12 @@
|
|||||||
#define __ARM_FEATURE_CRYPTO 1
|
#define __ARM_FEATURE_CRYPTO 1
|
||||||
/* See: https://arm-software.github.io/acle/main/acle.html#cryptographic-extensions
|
/* See: https://arm-software.github.io/acle/main/acle.html#cryptographic-extensions
|
||||||
*
|
*
|
||||||
* `__ARM_FEATURE_CRYPTO` is deprecated. Reserve it for older compilers.
|
* `__ARM_FEATURE_CRYPTO` is deprecated, but we need to continue to specify it
|
||||||
|
* for older compilers.
|
||||||
*/
|
*/
|
||||||
#define __ARM_FEATURE_SHA2 1
|
#define __ARM_FEATURE_SHA2 1
|
||||||
#define NEED_TARGET_OPTIONS
|
#define NEED_TARGET_OPTIONS
|
||||||
#endif /* __aarch64__ && __clang__ &&
|
#endif
|
||||||
!__ARM_FEATURE_CRYPTO && __clang_major__ < 18 && __clang_major__ > 3 */
|
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
@ -36,8 +36,7 @@
|
|||||||
*/
|
*/
|
||||||
#define __ARM_FEATURE_SHA512 1
|
#define __ARM_FEATURE_SHA512 1
|
||||||
#define NEED_TARGET_OPTIONS
|
#define NEED_TARGET_OPTIONS
|
||||||
#endif /* __aarch64__ && !__ARM_FEATURE_SHA512 &&
|
#endif
|
||||||
__clang__ && __clang_major__ < 18 && __clang_major__ > 7 */
|
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user