diff options
Diffstat (limited to 'lib/sec_library/include/sm2.h')
-rw-r--r-- | lib/sec_library/include/sm2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sec_library/include/sm2.h b/lib/sec_library/include/sm2.h index 24b299db..dd5c4d50 100644 --- a/lib/sec_library/include/sm2.h +++ b/lib/sec_library/include/sm2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2021 Alibaba Group Holding Limited + * Copyright (C) 2017-2020 Alibaba Group Holding Limited */ /****************************************************************************** @@ -14,7 +14,7 @@ #define _DRV_SM2_H_ #include <stdint.h> -#include <drv/common.h> +#include "common.h" #ifdef __cplusplus extern "C" { @@ -255,4 +255,4 @@ void csi_sm2_disable_pm(csi_sm2_t *sm2); extern "C" { #endif -#endif +#endif
\ No newline at end of file |