Add header guards
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
9039ba572b
commit
885248c8ee
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef MBEDTLS_CTR_H
|
||||||
|
#define MBEDTLS_CTR_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -28,3 +31,5 @@ static inline void mbedtls_ctr_increment_counter(uint8_t n[16])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* MBEDTLS_CTR_H */
|
||||||
|
|
Loading…
Reference in a new issue