diff options
Diffstat (limited to 'lib/sec_library/include/rng.h')
-rw-r--r-- | lib/sec_library/include/rng.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sec_library/include/rng.h b/lib/sec_library/include/rng.h index 55fe37b1..1b9a911b 100644 --- a/lib/sec_library/include/rng.h +++ b/lib/sec_library/include/rng.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2021 Alibaba Group Holding Limited + * Copyright (C) 2017-2020 Alibaba Group Holding Limited */ /****************************************************************************** @@ -12,7 +12,7 @@ #ifndef _DRV_TNG_H_ #define _DRV_TNG_H_ -#include "drv/common.h" +#include "common.h" #include <stdint.h> #ifdef __cplusplus |