Skip to content

Commit 34df565

Browse files
committed
Update file types and verison
1 parent 59f12ad commit 34df565

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

sdf.h

100755100644
File mode changed.

softsdf.c

100755100644
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <gmssl/error.h>
2020
#include "sdf.h"
2121

22+
2223
#define SDR_GMSSLERR (SDR_BASE + 0x00000100)
2324

2425
static const uint8_t zeros[ECCref_MAX_LEN - 32] = {0};
@@ -210,8 +211,8 @@ int SDF_CloseSession(
210211
}
211212

212213
#define SOFTSDF_DEV_DATE "20240528"
213-
#define SOFTSDF_DEV_BATCH_NUM "001"
214-
#define SOFTSDF_DEV_SERIAL_NUM "0001"
214+
#define SOFTSDF_DEV_BATCH_NUM "001" // as version.major
215+
#define SOFTSDF_DEV_SERIAL_NUM "0100" // as version.minor
215216
#define SOFTSDF_DEV_SERIAL SOFTSDF_DEV_DATE \
216217
SOFTSDF_DEV_BATCH_NUM \
217218
SOFTSDF_DEV_SERIAL_NUM

0 commit comments

Comments
 (0)