mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-28 19:26:26 +08:00
Remove SAF and SOF module
This commit is contained in:
@@ -69,10 +69,8 @@ static ERR_STRING_DATA ERR_str_libraries[] = {
|
||||
{ERR_PACK(ERR_LIB_BB1IBE, 0, 0), "BB1IBE routines"},
|
||||
{ERR_PACK(ERR_LIB_SM2, 0, 0), "SM2 routines"},
|
||||
{ERR_PACK(ERR_LIB_SM9, 0, 0), "SM9 routines"},
|
||||
{ERR_PACK(ERR_LIB_SAF, 0, 0), "SAF routines"},
|
||||
{ERR_PACK(ERR_LIB_SDF, 0, 0), "SDF routines"},
|
||||
{ERR_PACK(ERR_LIB_SKF, 0, 0), "SKF routines"},
|
||||
{ERR_PACK(ERR_LIB_SOF, 0, 0), "SOF routines"},
|
||||
{ERR_PACK(ERR_LIB_BASE58, 0, 0), "BASE58 routines"},
|
||||
{0, NULL},
|
||||
};
|
||||
@@ -128,10 +126,8 @@ static ERR_STRING_DATA ERR_str_reasons[] = {
|
||||
{ERR_R_BB1IBE_LIB, "BB1IBE lib"},
|
||||
{ERR_R_SM2_LIB, "SM2 lib"},
|
||||
{ERR_R_SM9_LIB, "SM9 lib"},
|
||||
{ERR_R_SAF_LIB, "SAF lib"},
|
||||
{ERR_R_SDF_LIB, "SDF lib"},
|
||||
{ERR_R_SKF_LIB, "SKF lib"},
|
||||
{ERR_R_SOF_LIB, "SOF lib"},
|
||||
{ERR_R_BASE58_LIB, "BASE58 lib"},
|
||||
|
||||
{ERR_R_NESTED_ASN1_ERROR, "nested asn1 error"},
|
||||
|
||||
@@ -93,18 +93,12 @@
|
||||
#ifndef OPENSSL_NO_SM9
|
||||
# include <openssl/sm9.h>
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_SAF
|
||||
# include <openssl/gmsaf.h>
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_SDF
|
||||
# include <openssl/gmsdf.h>
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_SKF
|
||||
# include <openssl/gmskf.h>
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_SOF
|
||||
# include <openssl/gmsof.h>
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_BASE58
|
||||
# include <openssl/base58.h>
|
||||
#endif
|
||||
@@ -203,18 +197,12 @@ int err_load_crypto_strings_int(void)
|
||||
# ifndef OPENSSL_NO_SM9
|
||||
ERR_load_SM9_strings() == 0 ||
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_SAF
|
||||
ERR_load_SAF_strings() == 0 ||
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_SDF
|
||||
ERR_load_SDF_strings() == 0 ||
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_SKF
|
||||
ERR_load_SKF_strings() == 0 ||
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_SOF
|
||||
ERR_load_SOF_strings() == 0 ||
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_BASE58
|
||||
ERR_load_BASE58_strings() == 0 ||
|
||||
# endif
|
||||
|
||||
@@ -45,10 +45,8 @@ L BFIBE include/openssl/bfibe.h crypto/bfibe/bfibe_err.c
|
||||
L BB1IBE include/openssl/bb1ibe.h crypto/bb1ibe/bb1ibe_err.c
|
||||
L SM2 include/openssl/sm2.h crypto/sm2/sm2_err.c
|
||||
L SM9 include/openssl/sm9.h crypto/sm9/sm9_err.c
|
||||
L SAF include/openssl/gmsaf.h crypto/saf/saf_err.c
|
||||
L SDF include/openssl/gmsdf.h crypto/sdf/sdf_err.c
|
||||
L SKF include/openssl/gmskf.h crypto/skf/skf_err.c
|
||||
L SOF include/openssl/gmsof.h crypto/sof/sof_err.c
|
||||
L BASE58 include/openssl/base58.h crypto/base58/base58_err.c
|
||||
|
||||
# additional header files to be scanned for function names
|
||||
|
||||
Reference in New Issue
Block a user