mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-10 08:59:05 +08:00
Change include guards of psa_crypto_driver_wrappers_no_static.h
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
parent
845693c513
commit
1b61d6e13f
@ -18,8 +18,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PSA_CRYPTO_DRIVER_WRAPPERS_H
|
#ifndef PSA_CRYPTO_DRIVER_WRAPPERS_NO_STATIC_H
|
||||||
#define PSA_CRYPTO_DRIVER_WRAPPERS_H
|
#define PSA_CRYPTO_DRIVER_WRAPPERS_NO_STATIC_H
|
||||||
|
|
||||||
#include "psa/crypto.h"
|
#include "psa/crypto.h"
|
||||||
#include "psa/crypto_driver_common.h"
|
#include "psa/crypto_driver_common.h"
|
||||||
@ -43,6 +43,6 @@ psa_status_t psa_driver_wrapper_get_builtin_key(
|
|||||||
psa_key_attributes_t *attributes,
|
psa_key_attributes_t *attributes,
|
||||||
uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length);
|
uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length);
|
||||||
|
|
||||||
#endif /* PSA_CRYPTO_DRIVER_WRAPPERS_H */
|
#endif /* PSA_CRYPTO_DRIVER_WRAPPERS_NO_STATIC_H */
|
||||||
|
|
||||||
/* End of automatically generated file. */
|
/* End of automatically generated file. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user