[bugfix] fix error code duplication

This commit is contained in:
zhaoxiaomeng
2018-05-23 10:36:09 +08:00
parent b5c3ca23b4
commit 8792c7081f

View File

@@ -101,13 +101,13 @@ typedef struct err_state_st {
# define ERR_LIB_GMAPI 58 # define ERR_LIB_GMAPI 58
# define ERR_LIB_BFIBE 59 # define ERR_LIB_BFIBE 59
# define ERR_LIB_BB1IBE 60 # define ERR_LIB_BB1IBE 60
# define ERR_LIB_SM2 66
# define ERR_LIB_SM9 61 # define ERR_LIB_SM9 61
# define ERR_LIB_SAF 62 # define ERR_LIB_SAF 62
# define ERR_LIB_SDF 63 # define ERR_LIB_SDF 63
# define ERR_LIB_SKF 64 # define ERR_LIB_SKF 64
# define ERR_LIB_SOF 65 # define ERR_LIB_SOF 65
# define ERR_LIB_BASE58 66 # define ERR_LIB_SM2 66
# define ERR_LIB_BASE58 67
# define ERR_LIB_USER 128 # define ERR_LIB_USER 128