1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Ability to provide alternate timing implementation

This commit is contained in:
Paul Bakker
2014-02-06 15:11:55 +01:00
parent 64abd83b67
commit f2561b3f69
4 changed files with 27 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/*
* Portable interface to the CPU cycle counter
*
* Copyright (C) 2006-2010, Brainspark B.V.
* Copyright (C) 2006-2014, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
@ -25,7 +25,7 @@
#include "polarssl/config.h"
#if defined(POLARSSL_TIMING_C)
#if defined(POLARSSL_TIMING_C) && !defined(POLARSSL_TIMING_ALT)
#include "polarssl/timing.h"