Skip to content

Commit 77d8b06

Browse files
Ron EldorRon Eldor
Ron Eldor
authored and
Ron Eldor
committed
Make the alternative cmac optional
Have the alternative cmac undefined by default, in order not to break backwards compatability.
1 parent a5aac1e commit 77d8b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/cryptocell/FEATURE_CRYPTOCELL310/mbedtls_device.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* mbedtls_device.h
33
*
4-
* Copyright (C) 2018, Arm Limited, All Rights Reserved
4+
* Copyright (C) 2018-2019, Arm Limited, All Rights Reserved
55
* SPDX-License-Identifier: Apache-2.0
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -25,7 +25,7 @@
2525
#define MBEDTLS_SHA1_ALT
2626
#define MBEDTLS_SHA256_ALT
2727
#define MBEDTLS_CCM_ALT
28-
#define MBEDTLS_CMAC_ALT
28+
//#define MBEDTLS_CMAC_ALT
2929
#define MBEDTLS_ECDSA_VERIFY_ALT
3030
#define MBEDTLS_ECDSA_SIGN_ALT
3131
#define MBEDTLS_ECDSA_GENKEY_ALT

0 commit comments

Comments
 (0)