mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-29 11:27:01 +00:00
Add macro guard for header file
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
2b35880d41
commit
6e0e990544
|
@ -17,6 +17,9 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef MBEDTLS_CONSTANT_TIME_INTERNAL_H
|
||||||
|
#define MBEDTLS_CONSTANT_TIME_INTERNAL_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
#if defined(MBEDTLS_BIGNUM_C)
|
#if defined(MBEDTLS_BIGNUM_C)
|
||||||
|
@ -308,3 +311,5 @@ int mbedtls_cf_rsaes_pkcs1_v15_unpadding( int mode,
|
||||||
size_t *olen );
|
size_t *olen );
|
||||||
|
|
||||||
#endif /* MBEDTLS_PKCS1_V15 && MBEDTLS_RSA_C && ! MBEDTLS_RSA_ALT */
|
#endif /* MBEDTLS_PKCS1_V15 && MBEDTLS_RSA_C && ! MBEDTLS_RSA_ALT */
|
||||||
|
|
||||||
|
#endif /* MBEDTLS_CONSTANT_TIME_INTERNAL_H */
|
||||||
|
|
Loading…
Reference in a new issue