There was an error while loading. Please reload this page.
1 parent 59f12ad commit 34df565Copy full SHA for 34df565
2 files changed
sdf.h
100755
100644
softsdf.c
@@ -19,6 +19,7 @@
19
#include <gmssl/error.h>
20
#include "sdf.h"
21
22
+
23
#define SDR_GMSSLERR (SDR_BASE + 0x00000100)
24
25
static const uint8_t zeros[ECCref_MAX_LEN - 32] = {0};
@@ -210,8 +211,8 @@ int SDF_CloseSession(
210
211
}
212
213
#define SOFTSDF_DEV_DATE "20240528"
-#define SOFTSDF_DEV_BATCH_NUM "001"
214
-#define SOFTSDF_DEV_SERIAL_NUM "0001"
+#define SOFTSDF_DEV_BATCH_NUM "001" // as version.major
215
+#define SOFTSDF_DEV_SERIAL_NUM "0100" // as version.minor
216
#define SOFTSDF_DEV_SERIAL SOFTSDF_DEV_DATE \
217
SOFTSDF_DEV_BATCH_NUM \
218
SOFTSDF_DEV_SERIAL_NUM
0 commit comments